mac-pip全局源设置默认阿里云源

mkdir ~/.pip

tee ~/.pip/pip.conf <<-'EOF'
[global]
index-url = https://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host = mirrors.aliyun.com
EOF

posted @ 2021-04-29 10:04  七月流星雨  阅读(272)  评论(0)    收藏  举报