找不到Conda命令 [英] Conda command not found

查看:163
本文介绍了找不到Conda命令的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经安装了Miniconda,并将环境变量export PATH="/home/username/miniconda3/bin:$PATH"添加到了.bachrc.bash_profile,但是仍然无法在终端中运行任何conda命令.

I've installed Miniconda and have added the environment variable export PATH="/home/username/miniconda3/bin:$PATH" to my .bachrc and .bash_profile but still can't run any conda commands in my terminal.

我是否缺少其他设置?顺便说一下,我正在使用zsh.

Am I missing another setup? I'm using zsh by the way.

推荐答案

如果您正在使用zsh,并且尚未将其设置为读取.bashrc,则需要将Miniconda目录添加到zsh shell PATH环境变量中.将此添加到您的.zshrc:

If you're using zsh and it has not been set up to read .bashrc, you need to add the Miniconda directory to the zsh shell PATH environment variable. Add this to your .zshrc:

export PATH="/home/username/miniconda/bin:$PATH"

请确保使用您的实际路径 替换 /home/username/miniconda.

保存,退出终端,然后重新打开终端. conda命令应该起作用.

Save, exit the terminal and then reopen the terminal. conda command should work.

这篇关于找不到Conda命令的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆