sublime本身是不具备运行python程序的能力的,需要做些设置才可以。
下面我们就来看一下设置sublime可以运行python的方法:
点击“Preference”—-》“Browse Packages”—-》“python”,编辑Python.sublime-build文件,添加python应用程序的路径即可:
{ "cmd":["python.exe","-u","$file"], "path":"C:/Python27", "file_regex":"^[]*File\"(...*?)\",line([0-9]*)", "selector":"source.python" }原文来自:https://www.py.cn
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容