dogrunjp
7/6/2016 - 9:20 AM

pyenv環境で起動しているJupyterがkernel error (FileNotFoundError: [Errno 2] No such file or directory: '/Users/sushmitroy/anaconda/envs/py35/bin/python

pyenv環境で起動しているJupyterがkernel error (FileNotFoundError: [Errno 2] No such file or directory: '/Users/sushmitroy/anaconda/envs/py35/bin/python')になる現象の解決方法

pyenvでanaconda環境(notebookを利用する環境)に入った後、下記コマンドを実行

python -m IPython kernelspec install-self

参考

参考