Section: Cache Management

List cache entries

bash
bash
python -m pip cache list
Explanation

Lets you inspect which packages are already cached locally.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Cache Management
Show cache directory
Print pip’s cache location.
OpenIn sheetbashsame section
Show cache info
Display cache size and entry information.
OpenIn sheetbashsame section
Remove cached package entries
Delete cached entries for a package.
OpenIn sheetbashsame section
Purge entire cache
Clear all cached pip artifacts.
OpenIn sheetbashsame section
Disable cache for one install
Skip cache use while installing.
OpenIn sheetbash1 tag match
List pip configuration values
Show effective pip configuration settings.