Skip to content

Instantly share code, notes, and snippets.

@julianobarbosa
Last active June 26, 2020 00:36
Show Gist options
  • Save julianobarbosa/e45c5366e78ef661e4cfb41d123f6f87 to your computer and use it in GitHub Desktop.
Save julianobarbosa/e45c5366e78ef661e4cfb41d123f6f87 to your computer and use it in GitHub Desktop.
Python PIP Update

python -m pip list --outdated | awk '{print $1}' | xargs -n1 python -m pip install -U

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment