Using pip behind a proxy with CNTLM

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

    For windows users: if you want to install Flask-MongoAlchemy then use the following code

    pip install Flask-MongoAlchemy --proxy="http://example.com:port"**
    

提交回复
热议问题