[docs] [issue29586] Cannot run pip in fresh install of py 3.5.3

Eryk Sun report at bugs.python.org
Fri Feb 17 08:55:06 EST 2017


Eryk Sun added the comment:

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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29586>
_______________________________________


More information about the docs mailing list