下载

官方下载地址:https://www.continuum.io/downloads

所有安装包地址:https://repo.continuum.io/archive/

这里使用 Python 3.5 版本的 “Anaconda3-4.2.0-Linux-x86_64.sh”

安装

根据提示,键入enter继续向下安装

kxlc-t@ubuntu:~/Downloads$ bash Anaconda3-5.1.0-Linux-x86_64.sh

Welcome to Anaconda35.1.0In order tocontinuethe installation process, please review the license

agreement.

Please, press ENTER tocontinue

>>>

阅读完注册信息后,输入yes

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

[no]>>> Please answer 'yes' or 'no':'

回车即可安装

Anaconda3 will now be installed into this location:/home/kxlc-t/anaconda3-Press ENTER to confirm the location- Press CTRL-C to abort the installation-Or specify a different location below

[/home/kxlc-t/anaconda3] >>>

安装如预期在正常进行

Anaconda3 will now be installed into this location:/home/kxlc-t/anaconda3-Press ENTER to confirm the location- Press CTRL-C to abort the installation-Or specify a different location below

[/home/kxlc-t/anaconda3] >>>PREFIX=/home/kxlc-t/anaconda3

installing: python-3.6.4-hc3d631a_1 ...

Python3.6.4:: Anaconda, Inc.

installing: ca-certificates-2017.08.26-h1d4fec5_0 ...

installing: conda-env-2.6.0-h36134e3_1 ...

installing: intel-openmp-2018.0.0-hc7b2577_8 ...

installing: libgcc-ng-7.2.0-h7cc24e2_2 ...

installing: libgfortran-ng-7.2.0-h9f7466a_2 ...

installing: libstdcxx-ng-7.2.0-h7a57d05_2 ...

installing:bzip2-1.0.6-h9a117a8_4 ...

installing: expat-2.2.5-he0dffb1_0 ...

installing: gmp-6.1.2-h6c8ec71_1 ...

installing: graphite2-1.3.10-hf63cedd_1 ...

installing: icu-58.2-h9c2bf20_1 ...

installing: jbig-2.1-hdba287a_0 ...

installing: jpeg-9b-h024ee3a_2 ...

installing: libffi-3.2.1-hd88cf55_4 ...

installing: libsodium-1.0.15-hf101ebd_0 ...

installing: libtool-2.4.6-h544aabb_3 ...

installing: libxcb-1.12-hcd93eb1_4 ...

installing: lzo-2.10-h49e0be7_2 ...

installing: mkl-2018.0.1-h19d6760_4 ...

输入yes,加入环境变量

看到这些信息说明已经安装完成。

根据信息“For this change to become active, you have to open a new

terminal.”(要使这个更改生效,必须打开一个新的终端。)这句话提示,需要在新的终端窗口使用anaconda,打开新的终端,查看相应的版本信息

查看 conda 的版本号

kxlc-t@ubuntu:~$ conda -V

conda4.4.10kxlc-t@ubuntu:~$

打开 Jupyter Notebook

notebook的打开方式,也很简单

kxlc-t@ubuntu:~$ jupyter notebook

[I01:48:14.486 NotebookApp] The port 8888 is already inuse, trying another port.

[I01:48:14.711 NotebookApp] JupyterLab beta preview extension loaded from /home/kxlc-t/anaconda3/lib/python3.6/site-packages/jupyterlab

[I01:48:14.712 NotebookApp] JupyterLab application directory is /home/kxlc-t/anaconda3/share/jupyter/lab

[I01:48:14.759 NotebookApp] Serving notebooks from local directory: /home/kxlc-t

[I01:48:14.759 NotebookApp] 0active kernels

[I01:48:14.759NotebookApp] The Jupyter Notebook is running at:

[I01:48:14.760 NotebookApp] http://localhost:8889/?token=605b46819a7dd5e99d71a07c7f3a53ea4a789b62c6c38764

[I 01:48:14.760 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).

[C01:48:14.761NotebookApp]

Copy/paste this URL into your browser when you connect for the first time,

tologinwith a token:

http://localhost:8889/?token=605b46819a7dd5e99d71a07c7f3a53ea4a789b62c6c38764

[I 01:48:22.437 NotebookApp] Accepting one-time-token-authenticated connection from 127.0.0.1

下面这种方式,也是可以打开notebook

kxlc-t@ubuntu:~$ ipython notebook

[TerminalIPythonApp] WARNING| Subcommand `ipython notebook` is deprecated and will be removed infuture versions.

[TerminalIPythonApp] WARNING| You likely want to use `jupyter notebook` inthe future

[I01:49:43.605 NotebookApp] The port 8888 is already inuse, trying another port.

[I01:49:43.863 NotebookApp] JupyterLab beta preview extension loaded from /home/kxlc-t/anaconda3/lib/python3.6/site-packages/jupyterlab

[I01:49:43.864 NotebookApp] JupyterLab application directory is /home/kxlc-t/anaconda3/share/jupyter/lab

[I01:49:43.944 NotebookApp] Serving notebooks from local directory: /home/kxlc-t

[I01:49:43.945 NotebookApp] 0active kernels

[I01:49:43.945NotebookApp] The Jupyter Notebook is running at:

[I01:49:43.945 NotebookApp] http://localhost:8889/?token=7b1a5b2aa3103031569783144f91b92c7dcd8d4c600fa58f

[I 01:49:43.945 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).

[C01:49:43.947NotebookApp]

Copy/paste this URL into your browser when you connect for the first time,

tologinwith a token:

http://localhost:8889/?token=7b1a5b2aa3103031569783144f91b92c7dcd8d4c600fa58f

[I 01:49:49.516 NotebookApp] Accepting one-time-token-authenticated connection from 127.0.0.1

python安装anaconda ubuntu_Ubuntu 16.4 安装anaconda 详细教程相关推荐

  1. Pycharm下载、安装、配置及校验 — 全程图文详细教程

    Pycharm下载.安装.配置及校验 - 全程图文详细教程 学习Python,除了工具Python外,还可以选择Pycharm. 1 Pycharm下载 官方下载地址:Pycharm官网下载链接 两种 ...

  2. Linux环境CentOS6.9安装配置Elasticsearch6.2.2最全详细教程

    Linux环境CentOS6.9安装配置Elasticsearch6.2.2最全详细教程 前言 第一步:下载Elasticsearch6.2.2 第二步:创建应用程序目录 第四步:创建Elastics ...

  3. Win10安装Ubuntu子系统及图形化界面详细教程20210401

    Win10安装Ubuntu子系统及图形化界面详细教程 WSL(Windows Subsystem for Linux),顾名思义就是Windows中可以用Linux了,当然命令也会丰富更多,尤其是WS ...

  4. java aapt linux_Centos 64位安装aapt、jdk、tomcat的详细教程

    1.安装jdk #查看系统自带的jdk [root@localhost ~]# rpm -qa | grep jdk java-1.7.0-openjdk-1.7.0.79-2.5.5.4.el6.x ...

  5. python数据可视化读取excell文件绘制图像详细教程

    python数据可视化读取excell文件绘制图像详细教程 python数据可视化 python库中的基本用法 import pandas as pd # 调用pandas库 来读取excell的文件 ...

  6. gazebo 添加16线velodyne激光雷达 详细教程

    gazebo 添加16线velodyne激光雷达 详细教程 步骤: 找到velodyne的文件 修改相关的xacro文件 调用文件 让机器人带着雷达跑起来,查看效果 1.找到velodyne的文件: ...

  7. Windows 10 、GPU 1080 ti 安装 Anaconda, GPU版本的TensorFlow 详细教程

    本文主要是参考https://www.leiphone.com/news/201711/GCh0IBszXrxP1iHU.html 并在其基础上细化说明,以及排雷. 重要声明: 安装GPU版本的Ten ...

  8. nvidia驱动崩了 ubuntu_Ubuntu 16.04安装nVidia驱动失败!

    Ubuntu 16.04安装nVidia驱动失败! 发布时间:2016-09-16 10:24:00来源:红联作者:sutao80216 我的笔记本是I/N双显卡,CPU是i7,独显是nVidia G ...

  9. 16.04linux 安装微信,Ubuntu 16.04安装微信的过程记录

    微信没有出Linux的版本,但是可以通过以下方式解决: 1.使用网页版,除了没有公众号之后,一切都没问题,包括传文件等. 2.使用第三方版本,只不过这个是桌面应用,原理是通过网页API集成的,稳定性还 ...

最新文章

  1. ceph存储引擎bluestore解析
  2. android tomcat乱码问题,Tomcat在处理GET和POST请求时产生的乱码问题
  3. Maven快照机制(SNAPSHOT)
  4. 垃圾收集算法,垃圾收集器_垃圾收集器准则和提示
  5. 为什么两层3*3卷积核效果比1层5*5卷积核效果要好?
  6. Linux背后的思想
  7. oracle注入过滤了单引号,sql绕过单引号限制继续注入的解决方法
  8. 费马大定理的启示:记笔记是一种信仰
  9. Samba使用大全(绝对经典)
  10. Tomcat出现中文乱码
  11. java定时器 实现2秒打印一次,1秒打印一次,循环往复
  12. 可以使用python开发财务软件吗_给还准备继续做审计的人提个醒!
  13. 微信扫码登陆或注册设计流程
  14. Ubuntu 和 CentOS 根据命令查找软件包
  15. 互联网单点登录集成方案
  16. 怎样把word转换成excel表格格式
  17. HashMap的链表结构
  18. TeamViewer 氪金和不氪金免费版有什么区别?
  19. 运营笔记:SEO快排那些事儿!
  20. FastDFS 单机版部署

热门文章

  1. 聊聊数仓中TPCD-DSTPC-H与查询性能的那些事儿
  2. “七大属性加持,三个全新升级组件”这个高性能利器有点厉害
  3. 七大步骤,详解预置算法构建模型的全过程
  4. 30秒,2种方法解决SQL Server的内存管理问题
  5. 一文快速掌握IPv6基础知识及使用指南
  6. 快速迁移数据中心:华为云数据库SQL Server实践案例技术解析
  7. HBase 基本入门篇
  8. 鲲鹏性能优化十板斧——鲲鹏处理器NUMA简介与性能调优五步法
  9. 周杰伦新歌《说好不哭》上线,程序员哭了......【华为云分享】
  10. 补习系列(14)-springboot redis 整合-数据读写