forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugwindows
Milestone
Description
While the symlink we find and list in the interpreter list is C:\Users\brcan\AppData\Local\Microsoft\WindowsApps\python3.7, the actual executable is C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.7_3.7.1008.0_x64__qbz5n2kfra8p0\\python.exe which we don't have access to (triggers an EPERM when trying to query the interpreter for details because we directly execute the latter path and not the former which what we send to the terminal).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugwindows