list the conda environments code example
Example 1: list conda environments
conda info --envs
conda env list
Example 2: conda write environment.yml
conda env export > environment_droplet.yml
Example 3: how to see all the environments in Conda
conda env list
Example 4: list all environment conda
conda info --envs