Skip to content

Instantly share code, notes, and snippets.

@innyso
Last active April 12, 2020 11:17
Show Gist options
  • Select an option

  • Save innyso/c926be0da43577cb336449bb18359ebd to your computer and use it in GitHub Desktop.

Select an option

Save innyso/c926be0da43577cb336449bb18359ebd to your computer and use it in GitHub Desktop.
#python #pip

list and upgrade pip modules

pip list --outdated | cut -d' ' -f1 | xargs pip install -U
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment