pipenv clean
Uninstalls all packages not specified in Pipfile.lock
Options
Name | Description |
---|---|
--bare | Minimal output |
--dry-run | Just output unneeded packages |
--python <py_version> | Specify which version of Python virtualenv should use |
--three | Use Python 3 when creating virtualenv |
--two | Use Python 2 when creating virtualenv |
-v, --verbose | Verbose mode |