Skip to content

kernel.json path is wrong for macOS #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 24, 2016
Merged

kernel.json path is wrong for macOS #52

merged 1 commit into from
Sep 24, 2016

Conversation

damienstanton
Copy link
Contributor

~/.local/share/jupyter/kernels/gopherlab is the location for Linux, but not macOS. This should be ~/Library/Jupyter/kernels/gophernotes/kernel.json.

`~/.local/share/jupyter/kernels/gopherlab` is the location for Linux, but not macOS. This should be `~/Library/Jupyter/kernels/gophernotes/kernel.json`.
@dwhitena
Copy link
Contributor

Thanks for the PR @damienstanton. I think that path is already listed here: https://github.com/gopherds/gophernotes#local-osx

mkdir -p ~/Library/Jupyter/kernels/gophernotes
cp -r $GOPATH/src/github.com/gopherds/gophernotes/kernel/* ~/Library/Jupyter/kernels/gophernotes

Is that the right path?

@dwhitena
Copy link
Contributor

Oh I see. Yes, I was looking in the wrong spot. Good catch!

@dwhitena dwhitena merged commit 5e65188 into gopherdata:master Sep 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants