• Stars
    star
    127
  • Rank 281,133 (Top 6 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 8 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Uninstall all the packages!

Build Status

pip-purge: uninstall everything in your virtualenv.

I don't like destroying and recreating virtualenvs to get a clean pip freeze.

Usage

$ pip-purge
Found 12 packages, uninstalling...
Purged!

That's basically it.

Installation

$ pip install pip-purge

Make sure to only run in a virtualenv ;)

✨🍰✨