Skip to content

Instantly share code, notes, and snippets.

@dawn360
Last active March 7, 2017 21:32
Show Gist options
  • Save dawn360/d339b9eca70375bcf37dbbd164657877 to your computer and use it in GitHub Desktop.
Save dawn360/d339b9eca70375bcf37dbbd164657877 to your computer and use it in GitHub Desktop.
PIP Upgrade all
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