Skip to content

Instantly share code, notes, and snippets.

@brodzik
Created January 11, 2019 15:37
Show Gist options
  • Save brodzik/9f4fa3768025d5780a691bd7b35d65c5 to your computer and use it in GitHub Desktop.
Save brodzik/9f4fa3768025d5780a691bd7b35d65c5 to your computer and use it in GitHub Desktop.
pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment