环境:
Windows 10
Sublime Text
Python 3.9
问题:如题
已Add Python to PATH
Thanks!
环境:
Windows 10
Sublime Text
Python 3.9
问题:如题
已Add Python to PATH
Thanks!
运行命令改为python,不需要带版本号。不管哪个版本,都是python.exe
下面是用独立窗口运行代码的配置
{
"shell_cmd": "start cmd /k python \"${file}\"",
"working_dir": "${file_path}",
"selector": "source.python",
"shell": true,
}