Python 终端进程未能启动:shell可执行文件路径;C:\Windows\System32";不是符号链接的文件

Python 终端进程未能启动:shell可执行文件路径;C:\Windows\System32";不是符号链接的文件,python,visual-studio-code,Python,Visual Studio Code,我真的不知道该怎么办。 有人能帮忙吗? 它位于vscode这是因为它找不到.exe可执行文件,您可以使用以下设置修复它: 如果使用cmd.exe执行脚本,请使用: “terminal.integrated.shell.windows”:“C:\\windows\\System32\\cmd.exe” 如果使用PowerShell.exe执行脚本,请使用: 有关更多信息,您还可以参考:。情况如何?如果有任何进展,请告诉我们。 "terminal.integrated.shell.wind

我真的不知道该怎么办。 有人能帮忙吗?
它位于vscode

这是因为它找不到
.exe
可执行文件,您可以使用以下设置修复它:

  • 如果使用
    cmd.exe
    执行脚本,请使用:
  • “terminal.integrated.shell.windows”:“C:\\windows\\System32\\cmd.exe”

  • 如果使用
    PowerShell.exe
    执行脚本,请使用:

  • 有关更多信息,您还可以参考:。

    情况如何?如果有任何进展,请告诉我们。
    "terminal.integrated.shell.windows": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe"