Atom platformio 不会 运行 python
Atom platformio won't run python
我无法将原子设置为 IDE。 platformio-ide-终端包不会 运行 python。我有一个名为 myfile.py 的简单文件,它打印一个句子。我的工作目录位于我为使用 atom for.I 的课程创建的饲料中的文档中在我的 atom 命令行中收到以下错误消息:
PS C:\Users\Angus\Documents\UdemyPython_10Apps\Beyond_Basics> python3 myfile.pypython3 : The term 'python3' is not recognized as the name of a cmdlet, function, script file, oroperable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
在 line:1 char:1
+ python3 myfile.py3
+ ~~~~~~~
+ 类别信息:ObjectNotFound:(python3:字符串)[],CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
一些 windows 终端接受 py -3 而不是 python3 作为正确的别名、打开命令和 运行 python 程序。
我无法将原子设置为 IDE。 platformio-ide-终端包不会 运行 python。我有一个名为 myfile.py 的简单文件,它打印一个句子。我的工作目录位于我为使用 atom for.I 的课程创建的饲料中的文档中在我的 atom 命令行中收到以下错误消息:
PS C:\Users\Angus\Documents\UdemyPython_10Apps\Beyond_Basics> python3 myfile.pypython3 : The term 'python3' is not recognized as the name of a cmdlet, function, script file, oroperable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
在 line:1 char:1 + python3 myfile.py3 + ~~~~~~~ + 类别信息:ObjectNotFound:(python3:字符串)[],CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
一些 windows 终端接受 py -3 而不是 python3 作为正确的别名、打开命令和 运行 python 程序。