Is there a conda command associated with:
conda env list
That allows one to list the size each conda environment is taking up on disk?
Conda doesnt seem to have a command to directly do this. However, for linux, we can use the disk usage tool to list the size of the folders where the environments are stored as follows
$ du -sh ~/anaconda3/envs/*
The folder where the envs are stored can be seen by running
$ conda env list
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With