mkdir ~/.pip
tee ~/.pip/pip.conf <<-'EOF'
[global]
index-url=http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=mirrors.aliyun.com
EOF
Mac 设置阿里pip源
Copyright © 2015 Powered by MWeb, Theme used GitHub CSS.
mkdir ~/.pip
tee ~/.pip/pip.conf <<-'EOF'
[global]
index-url=http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=mirrors.aliyun.com
EOF
Copyright © 2015 Powered by MWeb, Theme used GitHub CSS.