gpt4 book ai didi

python - VSCode : The term 'python' is not recognized. ..但是 py 工作

转载 作者:太空狗 更新时间:2023-10-30 02:36:47 26 4
gpt4 key购买 nike

我刚刚在 VS Code 上安装了 python,但我无法使用 python 命令运行任何 python 代码。

python 命令:

运行代码似乎默认运行python命令,但它无法识别。

当我右键单击并选择 Run Code 时,它会提示:

'python' 不是内部或外部命令,也不是可运行的程序或批处理文件

手动运行 python main.py 也是如此。

当我打开提升的 PowerShell 并运行 python 时,它会提示:

python : The term 'python' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ python
+ ~~~~~~
+ CategoryInfo : ObjectNotFound: (python:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

py命令:

它不会尝试使用 py 命令,但它会识别它。 当我手动调用 py main.py 时,它会工作

当我手动执行 >py main.py 时,它会写入我的 Goodbye, World!

问题:

如何使用 CodeRunner 的右键单击功能 (Run Code) 使其在 VS Code 中编译/运行?


我已经在 PATH 中同时拥有 Python 文件夹和它的 Scripts 文件夹。

我正在使用 VS Code 1.27.2,我已经在我的机器上安装了 python 3.7.0 并选中了它的安装程序复选框以自动添加环境变量。 (路径没问题)

我还在 VS Code 上安装了:ms-python.pythontht13.pythonformulahendry.code-runner 扩展。


这是我的 main.py 代码:

print("Goodbye, World!")

最佳答案

事实证明,在安装 ms-python.pythontht13.pythonformulahendry.code-runner VS Code 的扩展,并在 PATH 中添加了 python 的 Scripts 文件夹。

现在 pypython 命令都可以在任何地方使用,例如右键菜单中的 cmdRun Code .

关于python - VSCode : The term 'python' is not recognized. ..但是 py 工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52332554/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com