Skip to content

Instantly share code, notes, and snippets.

@mathcass
Created March 26, 2018 01:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mathcass/4e41989de89435a49b1c2f7dd5e8e181 to your computer and use it in GitHub Desktop.
Save mathcass/4e41989de89435a49b1c2f7dd5e8e181 to your computer and use it in GitHub Desktop.
Within a Python virtualenv, remote all instlled packages
pip freeze | xargs -L1 pip uninstall -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment