Skip to content

Instantly share code, notes, and snippets.

@kosyfrances
Created January 15, 2016 10:47
Show Gist options
  • Save kosyfrances/8ca4dee92b41efb76710 to your computer and use it in GitHub Desktop.
Save kosyfrances/8ca4dee92b41efb76710 to your computer and use it in GitHub Desktop.
To uninstall what is not in requirements.txt
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