目录
1.下载
安装参考:https://blog.csdn.net/weixin_44119391/article/details/128577681
https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/
![](https://i-blog.csdnimg.cn/direct/964191378e9a4c47b6d368d54cbf1e51.png)
![](https://i-blog.csdnimg.cn/direct/80fdcaf937304bac99dc33f39266d09d.png)
2.安装
bash
sudo chmod 777 -R ./Anaconda3-5.3.1-Linux-x86_64.sh
./Anaconda3-5.3.1-Linux-x86_64.sh
![](https://i-blog.csdnimg.cn/direct/1973d7a1f2b7441f9d3f05c9c6b7d23d.png)
Enter键确认安装路径:
![](https://i-blog.csdnimg.cn/direct/2f730af950b94f1da00cc7d5df79fa61.png)
![](https://i-blog.csdnimg.cn/direct/5de131ca5a9743ccb8230c3aa97ba29a.png)
输入yes,将环境导入到bashrc中。
bash
source ~/.bashrc
3.验证
bash
conda --version
![](https://i-blog.csdnimg.cn/direct/f2e1125e560a4e07853039b4658f1b26.png)