将如下代码粘贴过去:
{
"cmd": ["python", "$file"],
"file_regex": "py$",
"selector": "source.python"
}
保存为python36
下次执行代码时选择这个,就是刚才保存的文件名。按下Ctrl+B就能顺利执行了。
将如下代码粘贴过去:
{
"cmd": ["python", "$file"],
"file_regex": "py$",
"selector": "source.python"
}
保存为python36
下次执行代码时选择这个,就是刚才保存的文件名。按下Ctrl+B就能顺利执行了。
本文标题:1.让sublime执行python代码
本文链接:https://www.haomeiwen.com/subject/zcqngqtx.html
网友评论