-
Notifications
You must be signed in to change notification settings - Fork 181
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 finds wrong python binary with conda #134
Comments
Hi All, I have updated conda to see if that fixes the problem
Now /home/dun280/local/anaconda3/bin has a python 3.6.5 binary
Now jupyter finds a "Python 3.6.5" but it is still the wrong python -- it does not find the modules
it can find them. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi All,
I am having a problem with jupyter finding the wrong version of python.
But first
My set-up is
and anaconda is installed in /home/dun280/local/anaconda3/
I have been trying to get this to work with elpy mode in emacs. But now I have realized that the problem is something to do with jupyter's paths. The following code snippet shows the problem. In the virtual env, I can see the right jupyter and python but when I start "jupyter console" it picks up the wrong python.
See -- "jupyter console" has found Python 3.6.4, so I can't load all of the modules I have installed in the virtual env.
Bye
The text was updated successfully, but these errors were encountered: