Skip to content

Instantly share code, notes, and snippets.

@brunogama
Created March 16, 2013 03:59
Show Gist options
  • Save brunogama/5174906 to your computer and use it in GitHub Desktop.
Save brunogama/5174906 to your computer and use it in GitHub Desktop.
Wipe Pip Packages
pip freeze | xargs pip uninstall -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment