Skip to content

chmod +w ./kernel.json required for mac installation #200

@raphaelreiss

Description

@raphaelreiss

First time I open an issue so not sure it is the good place to write this note...

While installing the kernel for jupyter, I ran the command:

sed "s|gophernotes|$(go env GOPATH)/bin/gophernotes|" < kernel.json.in > kernel.json

and got this error:

zsh: permission denied: kernel.json

I tried to use the sudo command but the error remained.

I solved the issue using:

chmod +w ./kernel.json

Apperently my computer has not burn yet so it must not be a mistake to proceed like this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions