How to install Python package from source on Windows
eryk sun
eryksun at gmail.com
Thu May 25 20:52:35 EDT 2017
On Thu, May 25, 2017 at 11:11 PM, Deborah Swanson
<python at deborahswanson.net> wrote:
> Unfortunately I deleted that message and now I no longer have a pip
You still have ensurepip to be able to install and upgrade pip:
python -m ensurepip --verbose --default-pip
python -m pip install --upgrade pip
Or use get-pip.py:
https://pip.pypa.io/en/stable/installing
More information about the Python-list
mailing list