PIP-CACHE(1) pip PIP-CACHE(1) NAME pip-cache - description of pip cache command DESCRIPTION Inspect and manage pip's wheel cache. Subcommands: o dir: Show the cache directory. o info: Show information about the cache. o list: List filenames of packages stored in the cache. o remove: Remove one or more package from the cache. o purge: Remove all items from the cache. can be a glob expression or a package name. USAGE python -m pip cache dir python -m pip cache info python -m pip cache list [] [--format=[human, abspath]] python -m pip cache remove python -m pip cache purge OPTIONS --format Select the output format among: human (default) or abspath AUTHOR pip developers COPYRIGHT The pip developers 24.0 April 6, 2024 PIP-CACHE(1)