Skip to content

Instantly share code, notes, and snippets.

@tiancheng91
Last active November 30, 2015 07:46
Show Gist options
  • Save tiancheng91/54e76a203b49a4017e07 to your computer and use it in GitHub Desktop.
Save tiancheng91/54e76a203b49a4017e07 to your computer and use it in GitHub Desktop.
常用脚本
# pip重新安装所有包
pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment