To list all existing Conda environments on your machine, you can run the following command on the terminal:
conda env list
If you have activated any Conda environment, that will be shown with '*'.
You can also use the following command:
conda info --envs