码迷,mamicode.com
首页 > 编程语言 > 详细

sublime 中配置 python 运行

时间:2014-11-05 00:13:17      阅读:194      评论:0      收藏:0      [点我收藏+]

标签:style   color   sp   文件   div   on   bs   ef   line   

运行是按快捷键 ”ctrl + B“

Preferences-》Browse Packages-》Python-》Python.sublime-build 编辑这个文件。
 
修改成:
 
{
"cmd": ["python", "-u", "$file"],
"path":"python的安装路径(路径只要指定到文件夹)",
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python"
}

sublime 中配置 python 运行

标签:style   color   sp   文件   div   on   bs   ef   line   

原文地址:http://www.cnblogs.com/kinyoung/p/4075080.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!