Skip to content

Instantly share code, notes, and snippets.

@dogrunjp
Last active July 6, 2016 09:23
Show Gist options
  • Save dogrunjp/2671874480d81c839f4db6fcae5fb43f to your computer and use it in GitHub Desktop.
Save dogrunjp/2671874480d81c839f4db6fcae5fb43f to your computer and use it in GitHub Desktop.
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

参考

参考

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment