python安装了最新版3.9.2(安装时勾选了Add python to PATH)
安装Sublime Text3
运行程序hello_world.py出现错误:[WinError 2] 系统找不到指定的文件
本人问题出现在Python3配置Sublime Text过程,以作参考
启动Sublime Text
选择菜单Tools > Build System > New Build System,新建一个配置文件,删除文件内所有内容,输入以下内容,
{
"cmd": ["C:/Users/***/AppData/Local/Programs/Python/Python39/python.exe","-u","$file"],
"file_regex"