Skip to content

Instantly share code, notes, and snippets.

@xman1980
Created January 21, 2016 21:02
Show Gist options
  • Save xman1980/d96b2cf6c5ca0fbbdf11 to your computer and use it in GitHub Desktop.
Save xman1980/d96b2cf6c5ca0fbbdf11 to your computer and use it in GitHub Desktop.
pip_delete_all
pip freeze | grep -v "^-e" | xargs pip uninstall -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment