[user@myhost .cache]$ du -sh
72M .

   So what is this?

  • Pip cache
  • ‘pip cache dir’
[user@myhost ~]$ pip cache dir
/home/user/.cache/pip
[user@myhost ~]$
  • to clean – ‘pip cache purge’
[user@myhost ~]$ pip cache purge
Files removed: 155
  •    check the space
[user@myhost .cache]$ du -sh
2.5M .
[user@jibsheet .cache]$

  • 95% or more reduction of space.

Leave a Reply