1PIP-UNINSTALL(1)                      pip                     PIP-UNINSTALL(1)
2
3
4

NAME

6       pip-uninstall - description of pip uninstall command
7

DESCRIPTION

9       Uninstall packages.
10
11       pip is able to uninstall most installed packages. Known exceptions are:
12
13       • Pure distutils packages installed with python setup.py install, which
14         leave behind no metadata to determine what files were installed.
15
16       • Script wrappers installed by python setup.py develop.
17
18

USAGE

20          python -m pip uninstall [options] <package> ...
21          python -m pip uninstall [options] -r <requirements file> ...
22

OPTIONS

24       -r, --requirement <file>
25              Uninstall all the packages  listed  in  the  given  requirements
26              file.  This option can be used multiple times.
27
28       -y, --yes
29              Don't ask for confirmation of uninstall deletions.
30
31

AUTHOR

33       pip developers
34
36       The pip developers
37
38
39
40
4121.2                             Oct 13, 2021                 PIP-UNINSTALL(1)
Impressum