jupyter / jupyter_console

Jupyter Terminal Console
http://jupyter-console.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
250 stars 145 forks source link

Paths in jupyter console are incorrect #204

Closed cbeebe44 closed 4 years ago

cbeebe44 commented 4 years ago

The paths used by jupyter console and other apps are not correct. I want to know how to change them.
They are currently pointing to the paths of another environment. I am using conda to manage environments. This faulty configuration only happens when I clone an environment that used pip to install jupyter. I'm not sure if that is important, I just want to know how to change it. I brought up the same issue in multiple repositories (1, 2, 3).
Thanks

jasongrout commented 4 years ago

I think the jupyter_core issue is the relevant place for this discussion, so thanks for opening an issue there.