Skip to content

Instantly share code, notes, and snippets.

@etaf
Created July 22, 2018 07:18
Show Gist options
  • Save etaf/4d62a3c95b367f6ab1d1a3711614cd62 to your computer and use it in GitHub Desktop.
Save etaf/4d62a3c95b367f6ab1d1a3711614cd62 to your computer and use it in GitHub Desktop.
pip configuration
sudo easy_install pip
cat ~/.pip/pip.conf
[global]
index-url = https://mirrors.aliyun.com/pypi/simple
[install]
trusted-host=mirrors.aliyun.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment