formulahendry / formulahendry/vscode-code-runner

[Bug]The Python interpreter that CodeRunner uses to execute python code is always the global interpreter.

Open
#1,081 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
2.4k
Forks
351
PR merge metrics
No merged PRs in 30d

Description

I don't know why the Python interpreter that CodeRunner takes effect is always the global interpreter, not the default python interpreter set. The global interpreter I am talking about is the python interpreter with the word global at the end after opening the command panel in VScode and entering python. Now you can only specify the python interpreter path in "code-runner.executorMap" in setting.json.

The above situation I mentioned is that CodeRunner does not execute in the terminal by default. Of course, it will not be wrong if it is executed in the terminal, but my default terminal powershell is integrated in the windows terminal. When executing, I must first activate the current environment. Dislike the slow startup speed.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.