We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to install pip using get-pip.py from https://bootstrap.pypa.io/get-pip.py I get
get-pip.py
ERROR: To modify pip, please run the following command: C:\Python27\python.exe -m pip
I am on Win10 1703.15063 and have Python 2.7.8 32-bit installed in C:\Python27\python.exe.
C:\Python27\python.exe
The text was updated successfully, but these errors were encountered:
I was finally able to install pip using the 2.6 version of get-pip.py, i.e. https://bootstrap.pypa.io/2.6/get-pip.py.
For future reference:
29af88001263a19911c0911057cc192e ./get-pip.py did *not* work for me, e4bd67ad4de5329bd4291e06ee3ba012 ./2.6/get-pip.py *did* work for me.
Sorry, something went wrong.
#25 will fix this
This has been fixed. If you try again with the latest script, it should work. :)
Thanks for filing this issue @whitedwarfsun! :)
No branches or pull requests
When I try to install pip using
get-pip.py
from https://bootstrap.pypa.io/get-pip.py I getI am on Win10 1703.15063 and have Python 2.7.8 32-bit installed in
C:\Python27\python.exe
.The text was updated successfully, but these errors were encountered: