当我试图在linux Mint中运行rodeo(python IDE)时,我遇到了一个错误:
$python
Traceback (most recent call last):
File "/opt/Rodeo/resources/app/node/kernels/python/start_kernel.py", line 18, in <module>
raise Exception('Jupyter is not installed')
Exception: Jupyter is not installed
* Jupyter is not installed
但是当我从终端打印python
时,我启动了anaconda
~ $ python
Python 2.7.12 |Anaconda 4.2.0 (64-bit)| (default, Jul 2 2016, 17:42:40)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
Anaconda is brought to you by Continuum Analytics.
Please check out: http://continuum.io/thanks and https://anaconda.org
>>>
另外我试图设置直接路径到python,rodeo说“Permission denied”
我该如何解决这个问题?
UPD。
仅当我从Docky或面板栏运行Rodeo时才会出现此错误。当我从终端通过/opt/Rodeo/rodeo
运行它时效果很好