Pip clear cache
07-09-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
07-09-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