list installed packages in conda environment code example
Example 1: list conda environments
conda info --envs
conda env list
Example 2: conda list environments
conda info --envs
Example 3: how to see all the environments in Conda
conda env list