conda激活环境报错 :
输入conda activate base
、activate、activate base
都无法进入环境。
出现下面错误
IMPORTANT: You may need to close and restart your shell after running ‘conda init’
解决方案:
conda init cmd.exe
conda init powershell
关掉当前shell终端,重新启动shell终端,即可直接进入base环境,之后通过conda activate 环境名 进入环境。
若还不可以输入:
source activate