Anaconda
Anaconda
bvermeulen bvermeulen - posts: 156
Updated 6 years, 5 months ago by bvermeulen

How to activate Anaconda in powershell. Run the following command:

conda install -n root -c pscondaenvs pscondaenvs

then use:

activate env_name 
deactivate

see reference here