美文网首页
[基础常识]在 Debian 8 系统里安装 jupyter n

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

作者: 鬼泣天下第一 | 来源:发表于2017-11-22 15:56 被阅读0次

云友“kindasusenn”在安装jupyternotebook时遇到了问题,所以在这里也想实践一下。

环境:Debian 8

过程:

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

复制代码

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

wget https://www.python.org/ftp/python/3.6.3/Python-3.6.3.tgz

tar xzvf Python-3.6.3.tgz

cd Python-3.6.3

./configure

make

make install

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

复制代码

echo 'alias python="/usr/local/bin/python3.6"' >> ~/.bashrc

3.下载Anaconda3,安装:

点击链接阅读全文:bbs.aliyun.com/read/569887.html

相关文章

网友评论

      本文标题:[基础常识]在 Debian 8 系统里安装 jupyter n

      本文链接:https://www.haomeiwen.com/subject/knfovxtx.html