
正文
Sublime Text3 配置 Python2 Python3
提示:扫一扫查出行【扫一扫了解最新限行尾号】
复制提示
{
"cmd": "C:/Python27/python.exe", "-u", "$file"],
"file_regex": "^[]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python"
}
Python3 与 Python2建立的方法一样
{
"cmd": "C:/Python36/python.exe", "-u", "$file"],
"file_regex": "^[]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python"
}








