Just found out that /home/homeassistant/.cache/pip/* takes more than 2Gb on my HA Core install.
Can those folders be safely deleted since they are cache files? I’m not out of space, but just trying to tidy up things!
Thx!
Just found out that /home/homeassistant/.cache/pip/* takes more than 2Gb on my HA Core install.
Can those folders be safely deleted since they are cache files? I’m not out of space, but just trying to tidy up things!
Thx!
What’s the point, that will be filled up again next upgrade.
The point is there’s files dating back 2018 in there, so I kinda doubt it’s all used, but I always like to make sure before deleting something. I understand that some will come back, and I’m fine with that, but 2Gb seems a bit too much…
It’s pip’s cache, every integration dependency will be there. So if you delete it and then update, you’ll have to download them all again.