- 【linux】conda: command not found
- mac系统下conda:command not found报错的
- Mac 环境 anaconda 安装 Python jieba
- Your shell has not been properly
- Anaconda 安装与jupyter notebook配置
- zsh: command not found: conda
- mac “conda command not found” 解决
- sudo vim报错command not found解决办法
- 切换到zsh后anaconda打不开,虚拟环境问题
- “conda command not found” 解决方法
在终端使用conda install STAR,出现conda: command not found,的错误。
原因是因为~/.bashrc文件没有配置好
输入
export PATH=$PATH:/home/username/miniconda3/bin
因为我的Linux用户名是username,mininconda3刚好是安装在/home/username/miniconda3/bin下面,所以你需要换成自己的安装目录,就可以跑通了。










网友评论