Skip to content

Not listing all Python interpreters on PATH named python.exe #2398

Closed

Description

Environment data

  • VS Code version: 1.27.0-insiders
  • Extension version (available under the Extensions sidebar): 2018.7.1
  • OS and version: Windows 10
  • Python version (& distribution if applicable, e.g. Anaconda): Various
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): N/A
  • Relevant/affected Python packages and their versions: Python 3.4.4

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:

  1. Have multiple Python interpreters installed under Program Files.
  2. Reorder PATH to only shown the first version in VS Code.

Order A:
order_b
Result A:
result_b

Order B:
order_a
Result B:
result_a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

feature-requestRequest for new features or functionality

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions