Jupyterhub - 如何选择已安装的python版本

时间:2016-02-09 18:07:00

标签: python jupyterhub

Jupyterhub在创建新笔记本时使用特定的python版本。 我无法找到设置此版本的位置。

我在我的ubuntu上安装了anaconda并在python和anaconda的发行版之间创建了一个链接

usr/bin$ ls -l pyt*
lrwxrwxrwx 1 root root      24 Feb  9 18:34 python -> /usr/anaconda/bin/python

有效:

:/usr/bin$ python
Python 3.5.1 |Anaconda 2.5.0 (64-bit)| (default, Dec  7 2015, 11:16:01)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> 

但是当我使用jupyterhub时​​,笔记本是使用另一个python安装创建的。我在jupyter的终端上看到通过终端访问了正确的python版本。仅在笔记本电脑上版本错误。

我应该创建一个特定的内核吗? 或者我可以设置一个env变量来使jupyterhub使用anacondas' python?

1 个答案:

答案 0 :(得分:0)

如果你想使用你的python版本,那么你必须创建一个新的内核。技术上你的特定内核。 我将附上一个网站,说明如何进行此过程: Install known Python version

希望它有所帮助!