Using pip behind a proxy with CNTLM

前端 未结 30 2509
囚心锁ツ
囚心锁ツ 2020-11-22 11:00

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

30条回答
  •  感情败类
    2020-11-22 11:37

    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
    

提交回复
热议问题