[WinError 2] 系统找不到指定的文件。
[cmd: ['pythn3', '-u', 'E:\python_work\hello_world.py']]
[dir: E:\python_work]
[path: C:\Program Files (x86)\Intel\iCLS Client;C:\Program Files\Intel\iCLS Client;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\WiFi\bin;C:\Program Files\Common Files\Intel\WirelessCommon;C:\WINDOWS\System32\OpenSSH;E:\Python\Scripts;E:\Python;C:\Users\Reddy Yao\AppData\Local\Programs\Python\Launcher;C:\Users\Reddy Yao\AppData\Local\Microsoft\WindowsApps;]
[Finished]
需要配置python的开发环境
在环境变量--》系统变量--》path中配置变量
我估计是你的Python安装后目录有点乱,具体不太清楚。看看报错里面显示的几个文件路径,打开文件夹,或许能发现啥
配置环境变量 把Python安装路径加到path
执行命令是什么