I am trying to use pip behind a proxy at work.
One of the answers from this post suggested using CNTLM. I installed and configured it per this other post, but runnin
I could achieve this by running:
pip install --proxy=http://user:pass@your.proxy.com:3128 package==version
I'm using Python 3.7.3 inside a corporative proxy.