logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Pip Uninstall - Remove Python Packages | Online Free DevTools by Hexmos

Uninstall Python packages easily with Pip Uninstall. Quickly remove unwanted packages and manage your Python environment effectively. Free online tool, no registration required.

pip-uninstall

Uninstall Python packages. More information: https://pip.pypa.io.

  • Uninstall a package:

pip uninstall {{package}}

  • Uninstall packages listed in a specific file:

pip uninstall {{[-r|--requirement]}} {{path/to/requirements.txt}}

  • Uninstall package without asking for confirmation:

pip uninstall {{[-y|--yes]}} {{package}}

See Also