1.打开miniconda官网,复制下载连接:
2.在xshell进行安装:
在xshell连接到服务器后,进入要下载到的文件夹,输入下载命令:
sudo wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
4.安装命令:bash Miniconda3-latest-Linux-x86_64.sh
执行完命令后,一直'Enter',然后输入'yes'
5.激活base:source ~/.bashrc
6.验证:conda list
通过xftp也能看到安装成功:
7.最后就能利用conda,来管理创建环境了