是什么 ? | : | a free and open-source distribution of the Python and R programming languages for scientific computing (data science, machine learning applications, large-scale data processing, predictive analytics, etc.) |
开发语言 | : | C |
官方主页 | : | https://www.anaconda.com |
Anaconda
是整合了CPython、pip、pyenv、virtualenv和很多用于科学计算的包的集合。
操作系统 | 包管理器 | 安装命令 |
---|---|---|
Windows | scoop | scoop install anaconda3 |
Windows | Chocolatey | choco install -y anaconda3 |
macOS | HomeBrew | brew install anaconda |
CentOS | yum | sudo yum install -y anaconda |
dnf | sudo dnf install -y anaconda | |
yay | yay -Syyu --noconfirm |
step1、安装依赖
所有时 | Terminal + Shell + GNU CoreUtils |
下载时 | cURL |
运行时 | glibc ( libc.so 、libm.so 、librt.so 、libbdl.so 、libutil.so 、libcrypt.so 、libpthread.so 、ld-linux-x86-64.so ) |
step2、使用curl命令下载Anaconda
预编译好的二进制安装包 ()
curl -LO https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-5.3.1-Linux-x86_64.sh
step3、修改下载好的安装包使其具有可执行权限
chmod o+x Anaconda3-5.3.1-Linux-x86_64.sh
step4、执行安装程序
step5、按下回车键
,出现如下界面:
step6、这里是展示服务条款
的具体内容,如果不想仔细读完,直接按下q键
,出现如下界面:
step7、这里是询问您是否接受服务条款
,输入yes
,然后按下回车键
,出现如下界面:
step8、这里是询问您要把Anaconda
安装在哪里,默认选择了一个路径,如果您要使用默认的路径,按下按下回车键
, 如果您想要安装在其他路径,请输入一个路径
,然后按下按下回车键
,出现如下界面:
这时候会安装大量的第三方Python
包,等安装完这些Python
包,出现如下界面:
step9、这是提示您是否要在~/.bashrc
中写入一些初始化Anaconda
的代码。 输入yes
,然后按下回车键
,出现如下界面:
step10、使得配置生效
source ~/.bashrc