解决方法| “conda command not found”

时间:2021-08-25 02:39:53
Abstract:解决“conda:command not found”的方法。


1.ERROR

安装anaconda后,在终端里运行conda命令,出现Error:

  conda:command not found

2.SOLUTION

1.打开.zshrc文件

  ls -a # 显示根目录下所有文件(包括隐藏文件)
  
  vim .zshrc

2.在.zshrc里添加一行代码,并保存文件

  
  export PATH="/Users/scarlett/anaconda3/bin:$PATH"

3.返回终端,输入命令:

  
  source ~/.zshrc


btw:欢迎关注 ~

Github: https://github.com/ScarlettYellow

个人博客:https://scarletthuang.cn/