Skip to content

Instantly share code, notes, and snippets.

@DuckSoft
Created October 17, 2018 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DuckSoft/65585c194700f2f658ba3ef325e3abc5 to your computer and use it in GitHub Desktop.
Save DuckSoft/65585c194700f2f658ba3ef325e3abc5 to your computer and use it in GitHub Desktop.
Python 清华源配置(Python Package Index (PyPI) TUNA Source Configuration)
#!/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