conda get current environment code example
Example 1: conda list environments
conda info --envs
Example 2: see conda enviroments
conda env list
Example 3: new env in conda
conda create --name myenv
conda info --envs
conda env list
conda create --name myenv