python pip 在 windows 下换国内源。

时间:2020-02-05 12:51:27   收藏:0   阅读:185

pip.ini的内容:

 

[global]  
index-url = http://mirrors.aliyun.com/pypi/simple
trusted-host = mirrors.aliyun.com
disable-pip-version-check = true
timeout = 120  

[list]
format = columns

 

 

 


位置在%USERPROFILE%\pip\pip.ini,如果没有,则新建一个。

原文:https://www.cnblogs.com/whm-blog/p/12263039.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!