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 codetrainee
Recipients codetrainee
Date 2015-05-10.14:15:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431267353.89.0.367147566325.issue24158@psf.upfronthosting.co.za>
In-reply-to
Content
When first running pip built in python 3.4.3 on windows, it will notify you that you should upgrade to 6.1.1

The recommended command is 'pip install --upgrade pip'

However, if you run this command, it will uninstall pip as well as fail to upgrade pip. 

On the official site of pip, it gives the command on windows - 'python -m pip install -U pip', which runs perfectly.
History
Date User Action Args
2015-05-10 14:15:53codetraineesetrecipients: + codetrainee
2015-05-10 14:15:53codetraineesetmessageid: <1431267353.89.0.367147566325.issue24158@psf.upfronthosting.co.za>
2015-05-10 14:15:53codetraineelinkissue24158 messages
2015-05-10 14:15:53codetraineecreate