pip cache purge
# Clear cache pip cache purge # Install packages without installing cache pip install PACKAGE --no-cache-dir
pip cache dir
# this doesnt clear it but allows install with no cache pip install PACKAGE --no-cache-dir