Your shell has not been properly configured to use ‘conda activate‘
作者:互联网
今天在终端激活conda环境时遇到的报错
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.
解决方法
conda init cmd.exe
标签:use,shell,configured,init,activate,conda 来源: https://blog.csdn.net/qq_45915904/article/details/120634478