Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 489 Bytes

cache_me_outside.md

File metadata and controls

26 lines (18 loc) · 489 Bytes

Gigabusted

Why is pip taking up all that space? VS Code, I thought we were pals! Huge machine learning datasets aren't doing hard drive storage any favors either...

Some useful commands to clear out some space on your drives:

Purge pip cache and wheels

requires pip 20.1

pip cache purge

Clean apt cache (Linux)

#. Check your config

apt-config dump | grep "^Dir\( \|::Ca\)"

#. Check what'll be removed

sudo apt-get clean --dry-run