Skip to content

Instantly share code, notes, and snippets.

@nicerobot
Last active December 18, 2015 09:29
Show Gist options
  • Select an option

  • Save nicerobot/5762235 to your computer and use it in GitHub Desktop.

Select an option

Save nicerobot/5762235 to your computer and use it in GitHub Desktop.

run

curl -ks https://gist.github.com/nicerobot/5762235/raw/pup | sudo bash
#!/bin/bash
pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs ${1} pip install -U
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment