is there an option to have get-pip.py installing pip ...
https://github.com/pypa/pip/issues/235113.01.2015 · Well, it might stop working. The thing with get-pip.py, virtualenv, and python -m ensurepip is that they are setup to work with a specific wheel file. So if a new version of Wheel comes out which no longer supports that (or which requires something different in order to actually invoke it) it won't effect those projects without having to manually update the Wheel …