Sublime Text3 配置 Python2 Python3

Posted ORACLE EBS

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Sublime Text3 配置 Python2 Python3相关的知识,希望对你有一定的参考价值。

clip_image001

{

"cmd": "C:/Python27/python.exe", "-u", "$file"],

"file_regex": "^[]*File \\"(...*?)\\", line ([0-9]*)",

"selector": "source.python"

}

clip_image002

clip_image003

Python3 与 Python2建立的方法一样

{

"cmd": "C:/Python36/python.exe", "-u", "$file"],

"file_regex": "^[]*File \\"(...*?)\\", line ([0-9]*)",

"selector": "source.python"

}

clip_image004

以上是关于Sublime Text3 配置 Python2 Python3的主要内容,如果未能解决你的问题,请参考以下文章

在Sublime Text3中配置Python3的Build System

Python2在Sublime Text3中print中文时编译报错解决办法

sublime text3使用之注释修改颜色

ubuntu sublime text3 python 配置 sublime text3 python 配置

sublime text3常用配置

sublime text3 安装配置