logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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