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
$ pip --proxy http://proxy-host:proxy-port install packagename
This is what worked for me on