Skip to content

Module installer is using the wrong pythonPath #1015

Description

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];

Activity

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

Metadata

Metadata

Labels

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

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions