pip设置阿里云

2020-01-20  本文已影响0人  不死鸟F21

设置阿里云pip源,加速pip更新速度

Linux系统:

mkdir ~/.pip

cat > ~/.pip/pip.conf << EOF

[global]
trusted-host=mirrors.aliyun.com
index-url=https://mirrors.aliyun.com/pypi/simple/

EOF

Windows系统:

首先在window的文件夹窗口输入 : %APPDATA%

然后创建pip文件夹

最后创建pip.ini文件,写入如下内容

[global]
index-url = https://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=mirrors.aliyun.com

上一篇 下一篇

猜你喜欢

热点阅读