commands.sh

pip cache

all

Inspect and manage pip's wheel cache.

More info →

Examples (4)

Show the location of the pip cache directory

List filenames of all packages currently stored in the cache

Remove all files from the pip cache

pip cache purge

Remove cached files matching a specific package name

pip cache remove package_name
made by @shridhargupta | data from tldr-pages