1、链接下载
1、在linux中输入命令
wget https://repo.anaconda.com/archive/Anaconda3-2021.05-Linux-x86_64.sh
2、执行命令:bash Anaconda3-2021.05-Linux-x86_64.sh
继续按ENTER直到出现Please answer 'yes' or 'no'时回复yes
3、echo 'export PATH=~/anaconda3/bin:$PATH' >>~/.bashrc # 修改环境变量
source ~/.bashrc #重新执行环境变量
4、在Linux中输入 conda --version