Skip to content

Instantly share code, notes, and snippets.

@inflation
Last active December 7, 2016 19:58
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 inflation/333c1032f4e6115e83ab6d595a89aecc to your computer and use it in GitHub Desktop.
Save inflation/333c1032f4e6115e83ab6d595a89aecc to your computer and use it in GitHub Desktop.
pip list --outdated --format=columns | awk 'NR > 2 {print $1}' | sudo -H xargs pip install --upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment