Windows7下pip源配置

Posted roystime

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Windows7下pip源配置相关的知识,希望对你有一定的参考价值。

在使用virtualenv情况下新增文件path\to\env\pip.ini ,内容如下:

[global] index-url = http://mirrors.aliyun.com/pypi/simple/

[install] trusted-host=mirrors.aliyun.com

 

https://pip.pypa.io/en/stable/user_guide/#configuration

 

默认环境下连接的Python官方源经常遇到网络问题,国内的pip源douban的似乎不太行了,我在安装django cms时就没有成功,经老手推荐配置了阿里云的源一切就正常了。

 

更多配置参见官方文档:https://pip.pypa.io/en/stable/user_guide/#configuration

以上是关于Windows7下pip源配置的主要内容,如果未能解决你的问题,请参考以下文章

pip源配置

python 中pip配置清华源(转)

python pip源配置

Python-pip镜像源配置及国内常用镜像源

Windos下PIP配置豆瓣源

Windows下配置pip指定下载源具体操作步骤