-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Python REPL for Conda environments is broken #16841
Comments
Could you give some details for your Conda environment? Like the |
I tried install a |
@TheDohn Could you help to verify the PR 16843? It will try searching the python interpreters in exec-path. For example, you have the |
@sunlin7 Thank you very much for your responses and time on this. I tried your PR https://github.com/sunlin7/spacemacs/tree/fix-searching-python-intepreter but when I activate my conda env, I still don't get the right Python executable. On your branch, in an Emacs Python REPL, running The full value of |
It seems you have some customer code had set the
|
Hmm... thanks for the suggestion. I will have to look into that and get back to you. |
Description
Python REPL does not use Python installation as determined by Conda environment.
Reproduction guide
Observed behaviour:
import sys; print(sys.executable)
, which does not print the Conda installation. More problematically, the libraries in the desired Conda env are not available.Expected behaviour:
System Info 💻
Backtrace
The text was updated successfully, but these errors were encountered: