Skip to content

Instantly share code, notes, and snippets.

@lisanhu
Created November 5, 2018 17:03
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 lisanhu/dbb5343977ced975d56355b58da59ebf to your computer and use it in GitHub Desktop.
Save lisanhu/dbb5343977ced975d56355b58da59ebf to your computer and use it in GitHub Desktop.
pip update all outdated packages
pip list --format freeze | cut -f 1 -d = | xargs pip install --upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment