Using pip behind a proxy with CNTLM

前端 未结 30 2640
囚心锁ツ
囚心锁ツ 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条回答
  •  闹比i
    闹比i (楼主)
    2020-11-22 11:51

    if you want to upgrade pip by proxy, can use (for example in Windows):

    python -m pip --proxy http://proxy_user:proxy_password@proxy_hostname:proxy_port insta
    ll --upgrade pip
    

提交回复
热议问题