1PIP-CHECK(1) pip PIP-CHECK(1)
2
3
4
6 pip-check - description of pip check command
7
9 Verify installed packages have compatible dependencies.
10
11
13 python -m pip check [options]
14
16 -h, --help
17 Show help.
18
19 --isolated
20 Run pip in an isolated mode, ignoring environment variables and
21 user configuration.
22
23 -v, --verbose
24 Give more output. Option is additive, and can be used up to 3
25 times.
26
27 -V, --version
28 Show version and exit.
29
30 -q, --quiet
31 Give less output. Option is additive, and can be used up to 3
32 times (corresponding to WARNING, ERROR, and CRITICAL logging
33 levels).
34
35 --log <path>
36 Path to a verbose appending log.
37
38 --no-input
39 Disable prompting for input.
40
41 --proxy <proxy>
42 Specify a proxy in the form [user:passwd@]proxy.server:port.
43
44 --retries <retries>
45 Maximum number of retries each connection should attempt (de‐
46 fault 5 times).
47
48 --timeout <sec>
49 Set the socket timeout (default 15 seconds).
50
51 --exists-action <action>
52 Default action when a path already exists: (s)witch, (i)gnore,
53 (w)ipe, (b)ackup, (a)bort.
54
55 --trusted-host <hostname>
56 Mark this host or host:port pair as trusted, even though it does
57 not have valid or any HTTPS.
58
59 --cert <path>
60 Path to PEM-encoded CA certificate bundle. If provided, over‐
61 rides the default. See 'SSL Certificate Verification' in pip
62 documentation for more information.
63
64 --client-cert <path>
65 Path to SSL client certificate, a single file containing the
66 private key and the certificate in PEM format.
67
68 --cache-dir <dir>
69 Store the cache data in <dir>.
70
71 --no-cache-dir
72 Disable the cache.
73
74 --disable-pip-version-check
75 Don't periodically check PyPI to determine whether a new version
76 of pip is available for download. Implied with --no-index.
77
78 --no-color
79 Suppress colored output.
80
81 --no-python-version-warning
82 Silence deprecation warnings for upcoming unsupported Pythons.
83
84 --use-feature <feature>
85 Enable new functionality, that may be backward incompatible.
86
87 --use-deprecated <feature>
88 Enable deprecated functionality, that will be removed in the fu‐
89 ture.
90
91
93 pip developers
94
96 The pip developers
97
98
99
100
10121.2 Oct 13, 2021 PIP-CHECK(1)