Debug --> 服务器安装anaconda3

1.首先下载Anaconda3-2021.05-Linux-x86_64.sh(任意一个linux版本,我选的是最新的),下载地址为:  https://repo.continuum.io/archive/index.html

2.上传Anaconda3-2021.05-Linux-x86_64.sh到Linux的相应目录下,scp上传

3.接下来  bash Anaconda3-2021.05-Linux-x86_64.sh

4.一直回车,至yes。

5.安装完成后,重启命令行终端,anaconda才能生效。

6.验证:conda -V,看到版本号,成功~

To see I can not see, to know I do not know.
原文地址:https://www.cnblogs.com/aluomengmengda/p/15129949.html