I create an environment using this command:
conda create -n my_env11 python=3.7.3
but when I use the following command:
conda activate my_env11
doesn't work
note: anaconda version is 4.7.12
I create an environment using this command:
conda create -n my_env11 python=3.7.3
but when I use the following command:
conda activate my_env11
doesn't work
note: anaconda version is 4.7.12