Using pip behind a proxy with CNTLM

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

    I solved the problem with PIP in Windows using "Fiddler" (https://www.telerik.com/download/fiddler). After downloading and installing, do the following:

    "Rules" => click "Automatically Authenticate"

    Example: pip install virtualenv -proxy 127.0.0.1:8888

    Just open your prompt and use.

    https://github.com/pypa/pip/issues/1182 Search for "voltagex" (commented on 22 May 2015)

提交回复
热议问题