Remove an installed package.
Section: Install and Upgrade
Uninstall a package
bash
bash
python -m pip uninstall requestsExplanation
pip prompts for confirmation unless you pass `-y`.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Install and Upgrade