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.
Post a Comment for "Anaconda Python: Delete .tar.gz In Pkgs"