安装教程:

https://blog.csdn.net/SaintHz/article/details/120348842
https://blog.csdn.net/thy0000/article/details/122878599


清华大学下载:
https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/


#3.10
https://repo.anaconda.com/archive/Anaconda3-2023.09-0-Windows-x86_64.exe
https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-2023.07-1-Windows-x86_64.exe 


#3.7
wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-5.3.1-Linux-x86_64.sh 
#3.8
wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-2021.11-Linux-x86_64.sh


sha256sum Anaconda3-5.3.1-Linux-x86_64.sh #计算md5
bash Anaconda3-2020.11-Linux-x86_64.sh
输入yes,并按回车键

生成链接
ln -s /home/smartide/anaconda3/bin/conda /usr/bin/conda


添加环境变量
echo 'export PATH="~/anaconda3/bin":$PATH' >> ~/.bashrc

检测
conda list

官方版本对应表 anaconda对应python版本

https://docs.anaconda.com/anaconda/packages/oldpkglists/

#python3.10
2023.07 2023.03 2022.10


#python3.9
2021.05 2021.11 

#python3.8
2020.02 2020.07 2020.11 2021.04 2021.05 2021.11
anaconda3 python版本
2024.02-1
continuumio/anaconda3:2023.09-0 3.11.5
continuumio/anaconda3:2023.07-1 3.10
2022.05 3.9.12
2021.11 3.9.7
2021.05 python3.8.13
2020.02 python3.7.6
2019.07 python3.7.3