I found out that my miniconda directory is over 70GB+ with 10~15 virtual envs.
And I also found that every time I create new envs, it downloads the same python version again, which is almost 2GB, even though it has the same version already...
I think that this is really inefficient for the storage and especially for me, who create a new virtual env every time starting a new Python project.
How do you guys handle the storage problem? I wonder why it does not use something like soft link...