Skip to content

Instantly share code, notes, and snippets.

@rm--
Created February 23, 2016 15:23
Show Gist options
  • Select an option

  • Save rm--/0f8da6bcd0caac32b9a9 to your computer and use it in GitHub Desktop.

Select an option

Save rm--/0f8da6bcd0caac32b9a9 to your computer and use it in GitHub Desktop.
remove all installed python packages
pip freeze | grep -v "^-e" | xargs pip uninstall -y

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment