-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Not listing all Python interpreters on PATH named python.exe
#2398
Comments
What Python version are these distributed Python interpreters? And do they only expose |
Sorry for the delay. Python 3.4.4 and Python 3.4.5. Both directories have "python.exe" and "pythonw.exe" but no other executables in the root. |
python.exe
OK, so the problem is most likely that we don't search every entry for |
Will the extension find all the That is probably not the best way, since I will end up having multiple Python 3.4's. |
@pjkottke we will find all Python installs registered in the registry, but I don't know exact details of what to set to make them appear (there's a PEP specifying it all). |
OK, I will muck around with that tomorrow - hopefully that works as a temporary fix. That worked great, and fixes my issue for the present. |
I'm re-opening so we can make sure we are searching all of |
Can you verify this, @ericsnowcurrently ? |
This is an enhancement not a bug, looking for interpreters in ALL directories in the PATH was never the plan. |
Environment data
Actual behavior
Third party programs (Plaxis) has installed Python, but these versions are not shown in the intepreter selection unless they are first in the list from the Windows Path Environmental Variable. If I change the order, once again only the first listed path is shown.
Expected behavior
All Python interpreters in the Path should be shown.
Steps to reproduce:
Order A:


Result A:
Order B:


Result B:
The text was updated successfully, but these errors were encountered: