sublime在Python3环境中运行显示 [WinError 2]系统找不到指定的文件

根据《Python编程从入门到实践》中设置Python3环境时运行第一个程序显示[WinError 2] 系统找不到指定的文件

img

img

下面的是
['python3', '-u', 'C:\Users\HELLO\Desktop\print.py']]
[dir: C:\Users\HELLO\Desktop]
[path: D:\pyipthon\Scrts;D:\python;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Users\HELLO\AppData\Local\Microsoft\WindowsApps;]
[Finished]

要将python添加到系统环境变量中,配置一下sublimetext运行python的环境,参考https://www.jianshu.com/p/ca031bc9082b