Skip to content

Instantly share code, notes, and snippets.

@anhtranbk
Created January 6, 2017 04:58
Show Gist options
  • Save anhtranbk/739737114551210d65559e2dd5d57886 to your computer and use it in GitHub Desktop.
Save anhtranbk/739737114551210d65559e2dd5d57886 to your computer and use it in GitHub Desktop.
# Upgrading all packages with 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