Skip to content

Instantly share code, notes, and snippets.

@Tmn07
Last active February 12, 2019 03:40
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 Tmn07/33202fe8010c6a5092490d636f8762d8 to your computer and use it in GitHub Desktop.
Save Tmn07/33202fe8010c6a5092490d636f8762d8 to your computer and use it in GitHub Desktop.
琐碎的记录

pip源修改 pip config set global.index-url https://mirrors.ustc.edu.cn/pypi/web/simple

# python2
python -m SimpleHTTPServer 8080
# python3
python -m http.server 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment