1. 程式人生 > >sublime集成Python環境

sublime集成Python環境

es2017 ges line src Coding 分享 reg select lin

1.安裝Python

2.選擇新編譯系統

技術分享

3.復制一下代碼(註意,路徑為自己的Python安裝路徑)保存為:Python2.sublime-build,現在輸入Python代碼,可以Ctrl+B可以運行了

{
"cmd":["C:/Python36/python.exe","-u","$file"],
"file_regex":"^[]*File\"(...*?)\",line([0-9]*)",
"selector":"source.python",
"encoding":"cp936"
}

sublime集成Python環境