formulahendry / formulahendry/vscode-code-runner
[Feature request]希望支持 python3 命令
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
code runner 运行 python 的时候采用 `python` 命令,但是在 `mac` 或 `linux` 上需要 `python3` 命令。
**Describe the solution you'd like**
希望 `code runner` 可以支持 `python3` 命令以在 `mac` 或 `linux` 上运行。当然,我可以想办法做一个叫 `python` 的链接,对应 `python3` 的可执行文件,并加入环境变量,但是并不是所有人都会这种操作。
tips: 如果 python 是在微软商店中下载的话,那么它对应的运行命令可能是 `python3`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating where Code Runner selects the Python command and how language executors are configured. Reproduce Python execution on macOS or Linux with `python3`, then confirm that the requested command works without requiring users to create a `python` link.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, typescript, vscode
- Domain
- devtools, tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100