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 eryksun
Recipients Adrian Chan, docs@python, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-02-17.13:55:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487339706.14.0.803530601557.issue29586@psf.upfronthosting.co.za>
In-reply-to
Content
pip should be installed in site-packages, which for you is "C:\Python\Python35-32\Lib\site-packages". Try manually running ensurepip to make sure pip is installed:

    python -m ensurepip --verbose --upgrade --default-pip
History
Date User Action Args
2017-02-17 13:55:06eryksunsetrecipients: + eryksun, paul.moore, tim.golden, docs@python, zach.ware, steve.dower, Adrian Chan
2017-02-17 13:55:06eryksunsetmessageid: <1487339706.14.0.803530601557.issue29586@psf.upfronthosting.co.za>
2017-02-17 13:55:06eryksunlinkissue29586 messages
2017-02-17 13:55:06eryksuncreate