Skip to content

Instantly share code, notes, and snippets.

@Semidio
Last active July 22, 2018 13:52
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 Semidio/5d331626cae05bc9b4c5400559f9f340 to your computer and use it in GitHub Desktop.
Save Semidio/5d331626cae05bc9b4c5400559f9f340 to your computer and use it in GitHub Desktop.
batch update pip package
$ pip list -o |sed '1,2d' |awk '{print $1}' |xargs sudo -H pip install -U
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment