2. 安装好后,在菜单栏打开:Preferences--->Settings(这是写这个的时候,当前最新版的)
3. 打开后我们会看到这样两个文件,一个Preferences.sublime-settings--Default和Preferences.sublime-settings--User
那么这个User的文件就是我们要编辑的了
4. 在文件的大括号中写入这么一段配置信息/代码,之后保存:
1 // Settings in here override those in "Default/Preferences.sublime-settings", 2 // and are overridden in turn by syntax-specific settings. 3 { 4 5 "python":{ 6 "Python":"D:/Python27/python.exe", 7 "pythonExtraPaths": 8 [ 9 "D:/Python27",10 "D:/Python27/DLLS",11 "D:/Python27/Lib",12 "D:/Python27/Lib/site_packages"13 ]14 },15 16 }
查看更多关于python怎么使用sublimetext的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did84922