Answer the question
In order to leave comments, you need to log in
How to configure pip to work through a proxy?
How to set up pip so that you don't have to specify packages every time when installing packages
pip install --proxy http://user:[email protected]:port package_name
Answer the question
In order to leave comments, you need to log in
See https://pip.pypa.io/en/latest/user_guide/#config-file
[global]
proxy = http://user:[email protected]:port
export PIP_PROXY="http://user:[email protected]:port"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question