Skip to content Skip to sidebar Skip to footer

Anaconda Python: Delete .tar.gz In Pkgs

Would it be a problem to delete *.tar.gz files in C:\Users\username\AppData\Local\conda\pkgs? I also see subdirectories of Python of the same Python package, but in different versi

Solution 1:

You can run conda clean --tarballs in your terminal.

Reference:

https://conda.io/docs/commands/conda-clean.html


Post a Comment for "Anaconda Python: Delete .tar.gz In Pkgs"