ST3新建py2和py3的build system
生活随笔
收集整理的这篇文章主要介绍了
ST3新建py2和py3的build system
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
win7上同时装了py2和py3,在ST3中执行需要分别新建各自的build system:Tools->Build System->New Build System
py2:
{"cmd": ["C:/Python27/python2.exe", "$file"],"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)","selector": "source.python","env": {"PYTHONIOENCODING": "utf-8"} }py3:
{"cmd": ["C:/Python35/python3.exe", "-u", "$file"],"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)","selector": "source.python","env": {"PYTHONIOENCODING": "utf-8"} }
转载于:https://www.cnblogs.com/lucien06/p/6489993.html
总结
以上是生活随笔为你收集整理的ST3新建py2和py3的build system的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: sql limit 的用法
- 下一篇: Codeforces 777E:Hano