0

I updated the built-in python version in anaconda.

conda update python

However, the disk space was significantly reduced by about 1GB to 2GB after completion. It doesn't look like updating the python version but adding a new one. Now the Anaconda folder is taking up a lot of disk space. As a python novice, how do I free my disk?

Zach Young
  • 23
  • 1
  • 1
  • 5
  • 2
    [Possible duplicate] Please have a look here https://stackoverflow.com/questions/36308531/how-to-uninstall-all-unused-packages-in-a-conda-virtual-environment – Marcel Flygare May 19 '20 at 16:10
  • Thanks, I finished it with "conda clean -p". – Zach Young May 19 '20 at 16:35
  • 1
    If you're tight on disk space, then why not use [MiniConda](https://docs.conda.io/en/latest/miniconda.html) and only install what you need? – merv May 19 '20 at 18:41

0 Answers0