Created
October 17, 2018 17:23
-
-
Save DuckSoft/65585c194700f2f658ba3ef325e3abc5 to your computer and use it in GitHub Desktop.
Python 清华源配置(Python Package Index (PyPI) TUNA Source Configuration)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo pip install pip -U | |
sudo pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment