shell has not been properly configured to use 'conda activate'. 解决

CommandNotFoundError: 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

posted @ 2021-03-28 20:32  zae  阅读(259)  评论(0)    收藏  举报