Skip to content

Tag: anaconda

How to manually clean up conda in my home directory?

I use Anaconda in my computer to handle my python versions and environments. The location of the Anaconda installation (and consequently the default location for newly created environments) is /opt/anaconda3/. I have two custom environments that I have created – envA and envB. envA is present in /opt/an…