Skip to content

Instantly share code, notes, and snippets.

@SehoNoh
Last active August 24, 2016 04:58
Show Gist options
  • Save SehoNoh/73856d85c5d8b677d83e7cffb8770173 to your computer and use it in GitHub Desktop.
Save SehoNoh/73856d85c5d8b677d83e7cffb8770173 to your computer and use it in GitHub Desktop.
pip freeze | grep -v -f requirements.txt - | grep -v '^#' | xargs pip uninstall -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment