Skip to content

Instantly share code, notes, and snippets.

@tiancheng91
Last active November 30, 2015 07:46
常用脚本
# 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