码迷,mamicode.com
首页 > 其他好文 > 详细

Centos 安装 Anaconda

时间:2020-02-27 18:56:04      阅读:69      评论:0      收藏:0      [点我收藏+]

标签:x86   nbsp   with   process   信息   intro   加载   ice   div   

 1 # 首先从 Anaconda 官网下载 anaconda Linux 64Bit 版本命令行安装包
 2 $ wget https://repo.continuum.io/archive/Anaconda3-5.2.0-Linux-x86_64.sh
 3 
 4 # 修改权限让脚本可以运行
 5 $ chmod +x Anaconda3-4.2.0-Linux-x86_64.sh
 6 
 7 # 运行该安装脚本
 8 $ ./Anaconda3-4.2.0-Linux-x86_64.sh
 9 
10 # 剩下就是一路Yes或者Enter好了...
11 
12 Welcome to Anaconda3 4.2.0 (by Continuum Analytics, Inc.)
13 
14 
15 In order to continue the installation process, please review the license
16 
17 agreement.
18 
19 Please, press ENTER to continue
20 >>>
21 
22 # 重新加载一下 bash 就可以使用 `conda` 命令了
23 $ source ~/.bashrc
24 
25 #然后尝试一下运行 `conda -V` 命令行看是否已经安装成功,如果返回对应的版本信息,则说明安装成功。
26 
27 $ conda -V
28 conda 4.2.13

如果:centos7安装scrapy error: command ‘gcc‘ failed with exit status 1   执行一下命令:

1 yum install gcc libffi-devel python-devel openssl-devel

 

参考网址:

1、https://rqalpha.readthedocs.io/zh_CN/latest/intro/detail_install.html

2、https://blog.csdn.net/ithongchou/article/details/83857346

Centos 安装 Anaconda

标签:x86   nbsp   with   process   信息   intro   加载   ice   div   

原文地址:https://www.cnblogs.com/linpd/p/12373641.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!