Sublime Text3 配置 Python2 Python3_Python

{

"cmd": "C:/Python27/python.exe", "-u", "$file"],

"file_regex": "^[]*File \"(...*?)\", line ([0-9]*)",

"selector": "source.python"

}

Sublime Text3 配置 Python2 Python3_Python_02

Sublime Text3 配置 Python2 Python3_Python_03

Python3 与 Python2建立的方法一样

{

"cmd": "C:/Python36/python.exe", "-u", "$file"],

"file_regex": "^[]*File \"(...*?)\", line ([0-9]*)",

"selector": "source.python"

}

Sublime Text3 配置 Python2 Python3_Python_04