Using pip behind a proxy with CNTLM

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

    for windows; set your proxy in command prompt as
    set HTTP_PROXY=domain\username:password@myproxy:myproxyport

    example:
    set http_proxy=IND\namit.kewat:xl123456@192.168.180.150:8880

提交回复
热议问题