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