Document shared cache dir #11032
Labels
help wanted
For requesting inputs from other members of the community
type: docs
Documentation related
type: feature request
Request for a new feature
What's the problem this feature will solve?
Background: pip caches various information in the pip cache dir. Potentially, a user could configure this to reside on a shared filesystem (network mount, container/VM bound volume). Some attention appears to be paid to making this configuration work in the source (building wheel, then moving it into place) and issues with this configuration appear to be accepted in the project (for example, #11012 or #1969).
However, there is no documentation on whether configuring the cache dir on a shared filesystem is supported, or any limits or caveats of this configuration.
Describe the solution you'd like
Document (probably in https://pip.pypa.io/en/latest/topics/caching/) that configuring the cache dir on a shared filesystem is supported, as well as any limits or caveats of such configuration.
Alternative Solutions
As an alternative, document (probably in https://pip.pypa.io/en/latest/topics/caching/) that configuring the cache dir on a shared filesystem is not supported.
Additional context
Some of the limitation or caveats of configuring the cache dir on a shared filesystem may also apply to one user running multiple instances of
pip
on the same machine on separate environments.Code of Conduct
The text was updated successfully, but these errors were encountered: