Skip to content

Instantly share code, notes, and snippets.

@jbub
Created June 12, 2013 08:18
Show Gist options
  • Save jbub/5763624 to your computer and use it in GitHub Desktop.
Save jbub/5763624 to your computer and use it in GitHub Desktop.
pip list all packages that are installed but not present in the requirements.txt file
pip freeze | grep -v -f requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment