I am struggling to activate conda environments I have created on mac os x. Here are the environment that I have created.
$: conda env list # conda environments:
use the following
conda create -n your_Env_Name
Then activate it with:
conda activate your_Env_Name