Created
January 15, 2016 10:47
-
-
Save kosyfrances/8ca4dee92b41efb76710 to your computer and use it in GitHub Desktop.
To uninstall what is not in requirements.txt
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
To uninstall what is not in requirements.txt | |
pip freeze | grep -v -f requirements.txt - | xargs pip uninstall -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment