Python Forum

Full Version: Default pip adress
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi everyone .. I try to change pip default proxy adress but i can't ..
How i can do that.. Thank you .
which of these options did you tried and failed?
python get-pip.py --proxy="username:pass@http://adress:8081"

python: can't open file 'get-pip.py': [Errno 2] No such file or directory
The error message is clear - it cannot find get-pip.py. This has nothing to do with proxy settings.
What OS and python version do you use? If on Windows I would suggest that you check our tutorial Python 3.6 and 3.7 and pip installation under Windows