sublime text3 + python3.5 ide
1、点击"编译新系统",弹窗复制以下代码保存并重启sublime text3:
{ "cmd": ["e:/Python35/python.exe", "-u", "$file"], "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)", "selector": "source.python" }
2、进入工具菜单>编译系统,选择python35
3、写一个hello word!测试一下python,ctrl+b编译成功
敞亮的心!