Skip to content
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

docs contains minor mistakes regarding system wide installation using prefix = /usr/local/share #11628

Open
ebauch opened this issue Mar 4, 2019 · 0 comments

Comments

@ebauch
Copy link

ebauch commented Mar 4, 2019

When installing Jupyter kernels system-wide, the docs say to use the --prefix argument, where

image

However, when I use the prefix

--prefix = /usr/local/share as it is stated, the output path for the kernel spec is something like

"/usr/local/share/share/jupyter/kernels/...."

Removing "share" from the prefix argument solves the problem and the kernel spec is installed properly. So the full command that works for me is

python -m ipykernel install --prefix=/usr/local --name kernel_name --display-name "kernel_name" 

I suppose the docs should state the prefixes without "share".

@Carreau Carreau added this to the 7.4 milestone Mar 6, 2019
@Carreau Carreau modified the milestones: 7.4, 7.5 Mar 21, 2019
@Carreau Carreau modified the milestones: 7.5, 7.6 Apr 23, 2019
@Carreau Carreau removed this from the 7.6 milestone May 26, 2019
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

No branches or pull requests

2 participants