1PIP-UNINSTALL(1) pip PIP-UNINSTALL(1)
2
3
4
6 pip-uninstall - description of pip uninstall command
7
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
20 pip uninstall [options] <package> ...
21 pip uninstall [options] -r <requirements file> ...
22
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
33 pip developers
34
36 2008-2020, PyPA
37
38
39
40
4119.3 April 10, 2020 PIP-UNINSTALL(1)