参考:
Get Started Tutorial for Python in Visual Studio Code
用VScode配置Python开发环境 - xiaoj_wang - 博客园
使用code runner 运行程序,终端报错:
PS D:python_code> python -u "d:python_codetest.py"
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App
Execution Aliases.
原因:我的终端是linux终端(之前是写c代码的)
解决方案:修改指令内容
在code runner 的扩展设置中,找到
Code-runner: Executor Map
Set the executor of each language.
打开后在 "python" 一栏,把 python - u 修改成 py - u
本文发布于:2024-02-02 22:46:46,感谢您对本站的认可!
本文链接:https://www.4u4v.net/it/170688520546949.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |