配置自定义设置,例如设置python
无需创建目录啥的。
直接点击如下settings-user
然后在其中输入
[标签:Files,Lib,sublimeCodeIntel,windows,python,Program,Python26,安装 From: https://www.cnblogs.com/jjkv3/p/16721963.html
"Python": { "python":'D:/Program Files/Python26/python.exe', "pythonExtraPaths": ['D:/Program Files/Python26','D:/Program Files/Python26/DLLs','D:/Program Files/Python26/Lib','D:/Program Files/Python26/Lib/plat-win','D:/Program Files/Python26/Lib/lib-tk','D:/Program Files/Python26/Lib/site-packages'] }
]
注意一定要输入前后总括号。否则保持的时候或者启用的时候报错结束字符问题