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 --proxy <proxy>
39 Specify a proxy in the form [user:passwd@]proxy.server:port.
40
41 --retries <retries>
42 Maximum number of retries each connection should attempt
43 (default 5 times).
44
45 --timeout <sec>
46 Set the socket timeout (default 15 seconds).
47
48 --exists-action <action>
49 Default action when a path already exists: (s)witch, (i)gnore,
50 (w)ipe, (b)ackup, (a)bort.
51
52 --trusted-host <hostname>
53 Mark this host or host:port pair as trusted, even though it does
54 not have valid or any HTTPS.
55
56 --cert <path>
57 Path to alternate CA bundle.
58
59 --client-cert <path>
60 Path to SSL client certificate, a single file containing the
61 private key and the certificate in PEM format.
62
63 --cache-dir <dir>
64 Store the cache data in <dir>.
65
66 --no-cache-dir
67 Disable the cache.
68
69 --disable-pip-version-check
70 Don't periodically check PyPI to determine whether a new version
71 of pip is available for download. Implied with --no-index.
72
73 --no-color
74 Suppress colored output
75
76
78 pip developers
79
81 2008-2020, PyPA
82
83
84
85
8619.3 April 10, 2020 PIP-CHECK(1)