1PIP-CACHE(1) pip PIP-CACHE(1)
2
3
4
6 pip-cache - description of pip cache command
7
8 IMPORTANT:
9 Did this article help?
10
11 We are currently doing research to improve pip's documentation and
12 would love your feedback. Please email us and let us know why you
13 came to this page and what on it helped you and what did not. (‐
14 Read more about this research)
15
17 Inspect and manage pip's wheel cache.
18
19 Subcommands:
20
21 • dir: Show the cache directory.
22
23 • info: Show information about the cache.
24
25 • list: List filenames of packages stored in the cache.
26
27 • remove: Remove one or more package from the cache.
28
29 • purge: Remove all items from the cache.
30
31 <pattern> can be a glob expression or a package name.
32
33
35 python -m pip cache dir
36 python -m pip cache info
37 python -m pip cache list [<pattern>] [--format=[human, abspath]]
38 python -m pip cache remove <pattern>
39 python -m pip cache purge
40
42 --format <list_format>
43 Select the output format among: human (default) or abspath
44
45
46 IMPORTANT:
47 Did this article help?
48
49 We are currently doing research to improve pip's documentation and
50 would love your feedback. Please email us and let us know:
51
52 1. What problem were you trying to solve when you came to this page?
53
54 2. What content was useful?
55
56 3. What content was not useful?
57
59 pip developers
60
62 2008-2021, PyPA
63
64
65
66
6721.0 May 17, 2021 PIP-CACHE(1)