我已经安装了Anaconda for Mac,但是我出了点问题:
当我输入命令which conda
或which ipython
时,我得到conda not found
和ipython not find
然后我发现这个命令export PATH=~/anaconda/bin:"$PATH"
对我有用。它解决了上面的问题,但每次重新运行终端问题仍然存在,我必须再次输入。
所以我想找到一种从根本上解决问题的方法
我尝试将其添加到~/.bashrc
,~/.profile
,~/.bash_profile
,但这些对我不起作用。
答案 0 :(得分:10)
在 .bash_profile
中尝试此操作export PATH="$HOME/anaconda/bin:$PATH"
然后尝试启动新终端并运行:
echo $PATH
输出应以 / anaconda / bin:
开头如果仍然不起作用......解决方法可能是在运行终端后调用bash,即键入" bash &#34 ;。哪个应该导致使用.bash_profile启动bash
答案 1 :(得分:2)
我在MacOs Catalina 10.15上运行,这对我有用: 外壳是zsh!
$ source /Users/myprofilename/anaconda3/bin/activate
然后
$ conda init zsh
新的anaconda文档也highlights this:
答案 2 :(得分:1)
sudo xed /etc/environment
打开此档案后添加:/ home / youruser / anaconda3 / bin
答案 3 :(得分:1)
确保您没有使用ZShell或其他形式的shell。如果您必须将路径添加到相应的shell文件中,例如.zshrc
。
答案 4 :(得分:0)
如果您使用 ZShell,请按照以下步骤操作:
请注意,Apple 芯片上的 homebrew 路径是 /opt/homebrew/bin