anaconda使用activate出现错误怎么办?

图片[1]-anaconda使用activate出现错误怎么办?-uusu优素-乐高,模型,3d打印,编程

Anaconda使用conda activate激活环境出错

错误如下:

CommandNotFoundError:Yourshellhasnotbeenproperlyconfiguredtouse'condaactivate'.
IfyourshellisBashoraBournevariant,enablecondaforthecurrentuserwith

$echo"./home/ubuntu/anaconda3/etc/profile.d/conda.sh">>~/.bashrc

or,forallusers,enablecondawith

$sudoln-s/home/ubuntu/anaconda3/etc/profile.d/conda.sh/etc/profile.d/conda.sh

Theoptionsabovewillpermanentlyenablethe'conda'command,buttheydoNOT
putconda'sbase(root)environmentonPATH.Todoso,run

$condaactivate

inyourterminal,ortoputthebaseenvironmentonPATHpermanently,run

$echo"condaactivate">>~/.bashrc

Previoustoconda4.4,therecommendedwaytoactivatecondawastomodifyPATHin
your~/.bashrcfile.Youshouldmanuallyremovethelinethatlookslike

exportPATH="/home/ubuntu/anaconda3/bin:$PATH"

^^^TheabovelineshouldNOLONGERbeinyour~/.bashrcfile!^^^

这是由于conda的激活命令出了问题,解决方法如下:

#激活环境
sourceactivate
#退出环境
sourcedeactivate

随后解决问题。

condaactivateyour-env-name
原文来自:https://www.py.cn
© 版权声明
THE END
喜欢就支持一下吧
点赞9 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容