File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,12 @@ While this cache attempts to minimize network activity, it does not prevent
27
27
network access altogether. If you want a local install solution that
28
28
circumvents accessing PyPI, see {ref}` Installing from local packages ` .
29
29
30
+ In versions prior to 23.2, this cache was stored in a directory called ` http ` in
31
+ the main cache directory (see below for its location). In 23.2 and later, a new
32
+ cache format is used, stored in a directory called ` http-v2 ` . If you have
33
+ completely switched to newer versions of ` pip ` , you may wish to delete the old
34
+ directory.
35
+
30
36
(wheel-caching)=
31
37
32
38
### Locally built wheels
@@ -124,11 +130,11 @@ The {ref}`pip cache` command can be used to manage pip's cache.
124
130
125
131
### Removing a single package
126
132
127
- ` pip cache remove setuptools ` removes all wheel files related to setuptools from pip's cache.
133
+ ` pip cache remove setuptools ` removes all wheel files related to setuptools from pip's cache. HTTP cache files are not removed at this time.
128
134
129
135
### Removing the cache
130
136
131
- ` pip cache purge ` will clear all wheel files from pip's cache .
137
+ ` pip cache purge ` will clear all files from pip's wheel and HTTP caches .
132
138
133
139
### Listing cached files
134
140
You can’t perform that action at this time.
0 commit comments