我创建了两个anaconda3环境:
conda create -n py3 python=3 anaconda
conda create -n py2 python=2 anaconda
如果我按照以下步骤操作:
source activate py3
(py3)$ jupyter notebook
它有效。
但如果我激活py2并在其环境中安装内核:
source activate py2
(py2)$ ipython kernel install
(py2)$ jupyter notebook
内核无法启动..
我在这里错过了什么?
修改
parcial Traceback:
File "/usr/local/anaconda3/envs/py27/lib/python2.7/subprocess.py", line 1025, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory