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

jupyter command ends up installed with each Python version #76

Open
takluyver opened this issue Apr 25, 2016 · 0 comments
Open

jupyter command ends up installed with each Python version #76

takluyver opened this issue Apr 25, 2016 · 0 comments

Comments

@takluyver
Copy link
Member

We tell people to install ipykernel on the 'other' version of Python to make the Python kernel available for that Python. But that depends on jupyter_core, so the jupyter command gets installed again with its shebang pointing to the other version of Python, the one on which they have no Jupyter applications installed.

I'm not sure if this actually has any adverse effects, but it seems like a potential source of confusion, e.g. if jupyter_core is updated on one Python but not the other, or just using jupyter troubleshoot to troubleshoot.

From ipython/ipykernel#40

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

1 participant