1、服务器安装anaconda
1.1、到 官网下载安装脚本,然后将其上传到服务器。
或者在服务器终端中使用wget
进行下载
wget https://repo.anaconda.com/archive/Anaconda3-2019.10-Linux-x86_64.sh
1.2、切换到含有anaconda脚本的目录,运行脚本
bash Anaconda3
或者在服务器终端中使用wget
进行下载
wget https://repo.anaconda.com/archive/Anaconda3-2019.10-Linux-x86_64.sh
bash Anaconda3