Centos换pip源

来自linuxsa wiki
跳转到导航 跳转到搜索
可打印版本不再受到支持且可能有渲染错误。请更新您的浏览器书签并改用浏览器默认打印功能。
mkdir  ~/.pip/
 vim ~/.pip/pip.conf
 [global]
index-url = https://mirrors.aliyun.com/pypi/simple/

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

参考

centos换pip源

http://mirrors.aliyun.com/help/pypi