I can never remember this for some reason ...
The command to list environments you have on disk
conda env list
The command to activate an environment
activate <envname>
I always set the PATH variable myself so those will only work if the anaconda directory and the anconda\Scripts directory on are on your PATH.
Top comments (0)