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

NAME

6       pip-cache - description of pip cache command
7

DESCRIPTION

9       Inspect and manage pip's wheel cache.
10
11       Subcommands:
12
13       • dir: Show the cache directory.
14
15       • info: Show information about the cache.
16
17       • list: List filenames of packages stored in the cache.
18
19       • remove: Remove one or more package from the cache.
20
21       • purge: Remove all items from the cache.
22
23       <pattern> can be a glob expression or a package name.
24
25

USAGE

27          python -m pip cache dir
28          python -m pip cache info
29          python -m pip cache list [<pattern>] [--format=[human, abspath]]
30          python -m pip cache remove <pattern>
31          python -m pip cache purge
32

OPTIONS

34       --format <list_format>
35              Select the output format among: human (default) or abspath
36
37

AUTHOR

39       pip developers
40
42       The pip developers
43
44
45
46
4721.3                             Jan 21, 2022                     PIP-CACHE(1)
Impressum