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 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
46 (default 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 alternate CA bundle.
61
62 --client-cert <path>
63 Path to SSL client certificate, a single file containing the
64 private key and the certificate in PEM format.
65
66 --cache-dir <dir>
67 Store the cache data in <dir>.
68
69 --no-cache-dir
70 Disable the cache.
71
72 --disable-pip-version-check
73 Don't periodically check PyPI to determine whether a new version
74 of pip is available for download. Implied with --no-index.
75
76 --no-color
77 Suppress colored output
78
79 --no-python-version-warning
80 Silence deprecation warnings for upcoming unsupported Pythons.
81
82 --use-feature <feature>
83 Enable new functionality, that may be backward incompatible.
84
85 --use-deprecated <feature>
86 Enable deprecated functionality, that will be removed in the
87 future.
88
89
91 pip developers
92
94 2008-2020, PyPA
95
96
97
98
9920.2 August 05, 2020 PIP-CHECK(1)