在Ubuntu中设置路径以运行Jupyter Notebook

时间:2018-12-25 03:05:04

标签: path environment-variables anaconda jupyter-notebook

我已经使用pip或pip3安装了软件包,并且正在运行Jupyter notbook。

为了使这些软件包正常工作,我需要在Jupyter笔记本(通过Anaconda安装)中设置以下两行:

import sys
sys.path.append('/usr/local/lib/python3.6/dist-packages')

我尝试了这些链接中描述的方法,因此不需要上述两行-但没有运气:

https://stackoverflow.com/questions/34604271/setting-path-ubuntu-14-04
https://stackoverflow.com/questions/14897377/how-to-set-a-path-in-ubuntu-such-that-i-can-run-my-eclipse-juno-in-terminal
https://stackoverflow.com/questions/9151491/extending-default-lib-search-path-in-ubuntu

以上三种方法有什么区别,为什么没有一种对我有用-我仍然需要Jupyter笔记本中的这两行才能识别包装?

0 个答案:

没有答案