cloudify-cosmo / wagon

Creates Wheel based archives to allow portable offline installation of Python packages and their dependencies
Apache License 2.0
108 stars 14 forks source link

Maybe add uninstall command? #20

Closed nir0s closed 8 years ago

nir0s commented 8 years ago

Allow an uninstall command to pip uninstall with dependencies. Since the metadata contains the entire set of the dependencies for the package, it can easily do that.

The caveat is that it might uninstall packages currently used in the same environment. Yuch.

nir0s commented 8 years ago

Decided to not implement this unless the feature is asked for by users.