sublime text运行print("Hello Pyton world!")找不到文件

问题遇到的现象和发生背景
问题相关代码,请勿粘贴截图
运行结果及报错内容
我的解答思路和尝试过的方法
我想要达到的结果

[WinError 2] 系统找不到指定的文件。
[cmd: ['py', '-u', 'C:\Users\15892\Desktop\hello_world_1.py']]
[dir: C:\Users\15892\Desktop]
[path: 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:\py;C:\Users\15892\AppData\Local\Microsoft\WindowsApps;]
[Finished]
看我别人的文章试了环境变量的更改,没有效果。

C:\Users\15892\Desktop\hello_world_1.py
这个路径下的py文件存在吗