System Grab Bag

View all TLDR pages from common (or from all pages)

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 --requirement {{path/to/requirements.txt}}
  • Uninstall package without asking for confirmation:
    pip uninstall --yes {{package}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.