Sublime Text3 配置 Python2 Python3
Posted ORACLE EBS
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Sublime Text3 配置 Python2 Python3相关的知识,希望对你有一定的参考价值。
{
"cmd": "C:/Python27/python.exe", "-u", "$file"],
"file_regex": "^[]*File \\"(...*?)\\", line ([0-9]*)",
"selector": "source.python"
}
Python3 与 Python2建立的方法一样
{
"cmd": "C:/Python36/python.exe", "-u", "$file"],
"file_regex": "^[]*File \\"(...*?)\\", line ([0-9]*)",
"selector": "source.python"
}
以上是关于Sublime Text3 配置 Python2 Python3的主要内容,如果未能解决你的问题,请参考以下文章
在Sublime Text3中配置Python3的Build System
Python2在Sublime Text3中print中文时编译报错解决办法