Skip to content

Module installer is using the wrong pythonPath #1015

@DonJayamanne

Description

@DonJayamanne

Replace the following code in moduleInstaller.ts to use getActiveInterpreter

            const currentInterpreter = interpreters.length > 1
                ? interpreters.filter(x => fileSystem.arePathsSame(x.path, pythonPath))[0]
                : interpreters[0];

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable buggood first issue

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions