-
Notifications
You must be signed in to change notification settings - Fork 51
Failed to detect/use Conda env python #89
Comments
same issue, anyone can fix this? |
Similar issue, but working very strange for me. I have conda installed in two places on my system, but only one is on the path. Yet, somehow the python interpreter from the other install is being set as the default. This is not the interpreter that running I'd advocate for the default behavior being to use whatever interpreter is in front on the path. Edit: Actually looks like the rules are defined here: Though I'm still not sure why mine was being selected this way. I don't have an interpreter in my |
I would also prefer if coc-python would use the interpreter of the currently activated conda environment. Maybe a setting could be useful which could be set to define if one prefers the conda-interpreter or the interpreter which is set by coc. |
Duplicated with #55 |
Expected:
What happened:
Steps to reproduce:
conda create coc-bug python=3.4
conda activate coc-bug
neovim test.py
CoCStatus showing the system python instead of the python 3.4 from the envPossible related microsoft/vscode-python#4434
The text was updated successfully, but these errors were encountered: