Linux 普通用户使用conda miniconda3 默认安装后,普通用户是无法使用conda 命令的 解决方法: 将root 下的 .bashrc 文件复制到 普通用户的目录下,替换即可 root@xxx:~# cp .bashrc /home/用户名/.bashrc