Using pip behind a proxy with CNTLM

前端 未结 30 2514
囚心锁ツ
囚心锁ツ 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:49

    $ pip --proxy http://proxy-host:proxy-port install packagename
    

    This is what worked for me on

提交回复
热议问题