Skip to content

Instantly share code, notes, and snippets.

@jetsanix
Created January 16, 2014 03:17
Show Gist options
  • Save jetsanix/8449265 to your computer and use it in GitHub Desktop.
Save jetsanix/8449265 to your computer and use it in GitHub Desktop.
#!/bin/sh
pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs pip install -U
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment