conda activate激活出错

conda激活环境时,出错

ommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

    $ conda init <SHELL_NAME>

Currently supported shells are:
  - bash
  - fish
  - tcsh
  - xonsh
  - zsh
  - powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after running 'conda init'

解决方案
 

source activate
conda activate python35

亲测可以解决


版权声明:本文为Jum_Summer原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。