Skip to content

Instantly share code, notes, and snippets.

@bdilday
Created August 8, 2016 14:12
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 bdilday/50ec3728a5c2be0b49ab307dd27872cb to your computer and use it in GitHub Desktop.
Save bdilday/50ec3728a5c2be0b49ab307dd27872cb to your computer and use it in GitHub Desktop.
alias pip-upgrade-all="echo 'pip list -o | cut -d \" \" -f1 | xargs -n1 pip install -U'; pip list -o | cut -d ' ' -f1 | xargs -n1 pip install -U"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment