This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Mark Green
Recipients Mark Green, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-05-05.18:12:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557079976.41.0.248196752033.issue36804@roundup.psfhosted.org>
In-reply-to
Content
After installing Python for Windows using the standard installer, run "pip install --upgrade pip", which will damage pip as a result of running through pip.exe rather than python.exe. Both pip and python -m pip will now fail.

Rerunning the Python Installer and choosing the Repair option will list PIP as a component, but will not repair it. Using the Modify option will state that PIP is already installed and will thus do nothing if told to install it. The only option is to uninstall and reinstall again.
History
Date User Action Args
2019-05-05 18:12:56Mark Greensetrecipients: + Mark Green, paul.moore, tim.golden, zach.ware, steve.dower
2019-05-05 18:12:56Mark Greensetmessageid: <1557079976.41.0.248196752033.issue36804@roundup.psfhosted.org>
2019-05-05 18:12:56Mark Greenlinkissue36804 messages
2019-05-05 18:12:56Mark Greencreate