解决CommandNotFoundError: Your shell has not been properly configured to use ‘conda activate‘.To initi
解决CommandNotFoundError: Your shell has not been properly configured to use ‘conda activate’.To initialize your shell, run
操作命令 进入环境sk_learn(我自己的环境名称)
conda activate sk_learn
报错信息
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
conda activate sk_learn
欢迎大家交流学习,任何问题都可以留言
还没有评论,来说两句吧...