Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ParthS007/pip-purge

Uninstall all the packages!
https://github.com/ParthS007/pip-purge

hacktoberfest

Last synced: about 2 months ago
JSON representation

Uninstall all the packages!

Awesome Lists containing this project

README

        

[![Build Status](https://github.com/ParthS007/pip-purge/workflows/CI/badge.svg)](https://github.com/ParthS007/pip-purge/actions)

# 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 ;)

✨🍰✨