Anaconda指的是一个开源的Python发行版本,其包含了conda、Python等180多个科学包及其依赖项。  因为包含了大量的科学包,Anaconda 的下载文件比较大(约 531 MB),如果只需要某些包,或者需要节省带宽或存储空间,也可以使用Miniconda这个较小的发行版(仅包含conda和 Python)。

下载可以去官方下载不过有点慢,网址:https://www.anaconda.com/download/

也可以去这个网址:https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/ 下载比较快

把下载好的文件上传到目录/home/python/Anaconda3 下:

[python@master Anaconda3]$ sh Anaconda3-2018.12-Linux-x86_64.sh

Welcome to Anaconda3 2018.12

In order to continue the installation process, please review the license
agreement.
Please, press ENTER to continue
>>>

然后按Enter键

Do you accept the license terms? [yes|no]
[no] >>>

然后输入:yes再按Enter键就开始安装:

>>> yes

Anaconda3 will now be installed into this location:
/home/python/anaconda3

- Press ENTER to confirm the location
  - Press CTRL-C to abort the installation
  - Or specify a different location below

[/home/python/anaconda3] >>>
PREFIX=/home/python/anaconda3
.......
installing: conda-build-3.17.6-py37_0 ...
installation finished.
Do you wish the installer to initialize Anaconda3
in your /home/python/.bashrc ? [yes|no]
[no] >>> yes

Initializing Anaconda3 in /home/python/.bashrc
A backup will be made to: /home/python/.bashrc-anaconda3.bak

For this change to become active, you have to open a new terminal.

Thank you for installing Anaconda3!
验证:

[python@master2 ~]$ anaconda -V
anaconda Command line client (version 1.7.2)
[python@master2 ~]$ conda -V
conda 4.5.12

完成

最新文章

  1. ASP.NET技巧:教你制做Web实时进度条
  2. bootstrapValidator.js 做表单验证
  3. UVa 445 - Marvelous Mazes
  4. UnityException: Texture is not readable
  5. SpringMVC学习总结(三)——Controller接口详解(1)
  6. 史上最全github使用方法:github入门到精通--备用
  7. Python番外 事务 那些事
  8. C++程序设计实践指导1.8求指定范围内的所有素数改写要求实现
  9. 打破惯性思维:聊聊一次debug
  10. old linkedin profile
  11. 基于Mac制作iPhone铃声教程,iTunes定制铃声
  12. 闭包和es6实现循环绑定li输出固定索引值
  13. UNIX网络编程——利用ARP和ICMP协议解释ping命令
  14. css/css3 未知元素宽高,垂直居中和水平居中
  15. ORM基本操作回顾
  16. [源码]K8 Cscan模块 C#获取内网主机IP/机器名/Banner/网页标题源码
  17. 【转】VC 利用DLL共享区间在进程间共享数据及进程间广播消息
  18. sklearn的画图
  19. 解决IE6中 PNG图片透明的终极方案-八种方案!
  20. CSS 3动画

热门文章

  1. ThreadPoolExecutor 优雅关闭线程池的原理.md
  2. js如何获取window.location.href跳转后查询字符串的值?
  3. Springboot2.0实现URL拦截
  4. linux 基础 文件操作
  5. Elasticsearch mapping映射文件设置没有生效
  6. 获取sql server中自增量之scope_identity(),@@Identity,IDENT_CURRENT的区别
  7. bootstrap文件上传C#实现
  8. nvm 安装及操作 node版本管理
  9. Opencv中的WMesh
  10. BeanPostProcessor详解