how to check environments in anaconda code example
Example 1: how to see all the environments in Conda
conda env list
Example 2: show all environments in anaconda
conda info --envs
Example 3: how to check the detail information of env in anaconda
conda info --envs