云服务器 linux服务器 安装 Anaconda

官方安装文档:https://docs.anaconda.com/anaconda/install/linux/

运行下面命令下载64位的linux 安装脚本

wget https://repo.anaconda.com/archive/Anaconda3-2021.11-Linux-x86_64.sh

直接运行脚本文件

bash ~/Downloads/Anaconda3-2020.02-Linux-x86_64.sh

然后两个yes(1.同意条例 2。需要初始化)

Scroll to the bottom of the license terms and enter “Yes” to agree.
The installer prompts “Do you wish the installer to initialize Anaconda3 by running conda init?” We recommend “yes”.

中途会询问,可以更改路径。
云服务器 linux服务器 安装 Anaconda_第1张图片

提示成功

然后更新配置文件,或者重新打开一个终端,即可运行
conda -h 来验证是否安装成功

source ~/.bashrc

conda config --set auto_activate_base False

第二个命令则是取消开机启动。

从base环境
在这里插入图片描述
变成了正常状态
在这里插入图片描述
可参考网址:
https://www.youtube.com/watch?v=DY0DB_NwEu0
https://docs.anaconda.com/
https://blog.csdn.net/qq_45589658/article/details/109118098

你可能感兴趣的:(服务器,linux,服务器,运维,anaconda,jupyter)