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

NAME

6       pip-check - description of pip check command
7

DESCRIPTION

9       Verify installed packages have compatible dependencies.
10
11

USAGE

13          python -m pip check [options]
14

OPTIONS

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

AUTHOR

102       pip developers
103
105       The pip developers
106
107
108
109
11022.2                             Nov 21, 2022                     PIP-CHECK(1)
Impressum