1. 程式人生 > >Sublime Text3 配置 Python2 Python3

Sublime Text3 配置 Python2 Python3

lec logs bottom tom png wid python2 none pad

技術分享圖片

{

"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"

}

技術分享圖片

Sublime Text3 配置 Python2 Python3