Skip to content

Instantly share code, notes, and snippets.

@RomuloOliveira
Created July 7, 2016 13:23
Show Gist options
  • Save RomuloOliveira/bb6d57aa73c03d7f3edc9ed7b107ed44 to your computer and use it in GitHub Desktop.
Save RomuloOliveira/bb6d57aa73c03d7f3edc9ed7b107ed44 to your computer and use it in GitHub Desktop.
uninstall all pip dependencies
pip freeze | xargs pip uninstall -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment