Created
January 21, 2016 21:02
-
-
Save xman1980/d96b2cf6c5ca0fbbdf11 to your computer and use it in GitHub Desktop.
pip_delete_all
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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