1. 程式人生 > >Win7 sublime text3安裝配置python2和3開發環境

Win7 sublime text3安裝配置python2和3開發環境

在windows下面配置了sublime text3 版本:x64 3143 來源:六維空間 安裝目錄:D:/sublime 具體操作如下: (1)註冊:參考連結 https://blog.csdn.net/zhanghao143lina/article/details/78683522 (2)安裝package control:參考官網 https://packagecontrol.io/installation (3)配置python編譯環境: 《1》安裝的外掛: chinese localization:漢化包 sidebarEnhancement: anaconda:用於python的各種支援 sublimecodeintel:用於程式碼的提示等等 sublimerepl:在sblime中執行直譯器,現在配置為F2為呼叫python3的IDLE,
F3為呼叫Python2的IDLE F5為用Python3執行 F6為用Python2執行 設定參考連結: https://www.cnblogs.com/keithtt/p/6919417.html https://zhidao.baidu.com/question/922507057029294859.html https://www.zhihu.com/question/42102873 sublimelinter:程式碼檢錯 《2》設定構建的方式是python2還是3: 參考連結: https://blog.csdn.net/weixin_36719607/article/details/78928324