下面由sublime教學欄位來介紹sublime text3設定執行python,希望對需要的朋友有幫助!
win10 系統下關於sublime text 3 怎麼運行python
首先要設定python的環境
下載(在官網上找一個自己喜歡的版本)
##https://www.python.org/downloads/windows/ 選擇Add Python 3.7 to PATH 和Install Now 完成# 偵測是否安裝成功 (如圖成功) 打開sublime text3--tools--build system--new build system # 輸入(*******為python安裝路徑最後有敘述){ "cmd": ["********","-u","$file"], "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)", "selector": "source.python", }
#
以上是詳解win10下sublime text3配置運行python的方法的詳細內容。更多資訊請關注PHP中文網其他相關文章!