conda activate base报错Your shell has not been properly configured to use 'conda activate'.
使用conda activate base激活base环境时,出现系统报错“Your shell has not been properly configured to use ‘conda activate’.”
首先想到查网上的方法,基本搜到的结果都是以下的:
1 首先终端输入 source activate
2 然后终端输入 source deactivate
3 输入你要激活的虚拟环境指令 conda activate your_virtual_name
不幸的是,键入source activate后,系统继续报错“source activate ‘source’ 不是内部或外部命令,也不是可运行的程序”
于是,尝试 conda init ,重置conda ,关闭shell,重新打开并尝试conda activate base ,