xxxxxxxxxx
$ conda create -n test-1 -y python numpy pandas
$ conda create -n test-2 -y python numpy pandas
$ du -h -s $(conda info --base)/envs/test-1
1.2G /opt/miniconda/envs/test-1
$ du -h -s $(conda info --base)/envs/test-2
1.2G /opt/miniconda/envs/test-2