Sublime Text3 配置 Python2 Python3

clip_image001

{

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

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

"selector": "source.python"

}

clip_image002

clip_image003

Python3 与 Python2建立的方法一样

{

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

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

"selector": "source.python"

}

clip_image004

原文地址:https://www.cnblogs.com/quanweiru/p/8352773.html