Pip clear cache

September 7, 2022

python -m pip cache dir
python -m pip cache info
 
# remove single
python -m pip cache remove <pattern>
 
# remove all
python -m pip cache purge