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
In Windows 7:
pip install --proxy DOMAIN\user:password@proxyaddress:port package
i.e.:
pip install --proxy BR\neo:p4ssw0rd@myproxyrocks.com.br:8080 virtualenv