How to install Python package from source on Windows

Gregory Ewing greg.ewing at canterbury.ac.nz
Thu May 25 01:57:56 EDT 2017


Deborah Swanson wrote:

> So now I'm pipless.

You should be able to get it back using

    python -m ensurepip

BTW, I don't know why upgrading pip would fail due to lack of
Visual Studio. That shouldn't be able to happen, because pip
is pure Python.

-- 
Greg



More information about the Python-list mailing list