Anaconda Python: Delete .tar.gz in pkgs

后端 未结 1 1860
北恋
北恋 2021-01-12 10:40

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 packa

1条回答
  •  温柔的废话
    2021-01-12 11:27

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

    Reference:

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

    0 讨论(0)
提交回复
热议问题