➜ /home cd ~
➜ ~ git:(master) ✗ pwd
/Users/twob
➜ ~ git:(master) ✗ mkdir .pip
➜ ~ git:(master) ✗ cd .pip
➜ .pip git:(master) ✗ ls
➜ .pip git:(master) ✗ vim pip.conf
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
清华源
➜ /home cd ~
➜ ~ git:(master) ✗ pwd
/Users/twob
➜ ~ git:(master) ✗ mkdir .pip
➜ ~ git:(master) ✗ cd .pip
➜ .pip git:(master) ✗ ls
➜ .pip git:(master) ✗ vim pip.conf
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
清华源