美文网首页
1.让sublime执行python代码

1.让sublime执行python代码

作者: starrymusic | 来源:发表于2019-04-24 17:37 被阅读0次

    将如下代码粘贴过去:

    { 
        "cmd": ["python", "$file"],
        "file_regex": "py$", 
        "selector": "source.python" 
    }
    

    保存为python36


    下次执行代码时选择这个,就是刚才保存的文件名。按下Ctrl+B就能顺利执行了。

    相关文章

      网友评论

          本文标题:1.让sublime执行python代码

          本文链接:https://www.haomeiwen.com/subject/zcqngqtx.html