[基础常识]在 Debian 8 系统里安装 jupyter notebook

云友“kindasusenn”在安装 jupyter notebook 时遇到了问题,因此在这里也想实践一下。

环境:Debian 8 html

我有几张阿里云幸运券分享给你,用券购买或者升级阿里云相应产品会有特惠惊喜哦!把想要买的产品的幸运券都领走吧!快下手,立刻就要抢光了。

过程:

1. Debian 8 默认的 python 版本是2.7,按 jupyter notebook 的安装建议,先安装 python3.6:
python

  1. wget https://www.python.org/ftp/python/3.6.3/Python-3.6.3.tgz
  2. tar xzvf Python-3.6.3.tgz
  3. cd Python-3.6.3
  4. ./configure
  5. make
  6. make install




2. 新建一个普通用户,如liujia,登陆后将python3.6加到bash配置文件中:
bash

点击连接阅读全文阿里云

相关文章
相关标签/搜索