本文是关于2018年7月最新版sublime text3+pythin3.x下载及安装配置教程,sublime text3版本为3176,python版本为3.7,安装环境是基于windows10。主要内容为sublime text3的下载,安装,配置基本插件和python3的下载,安装及配置。css
{
"cmd": ["c:/Python37/python.exe", "-u", "$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9])*",
"selector": "source.python" }
其中c:/Python37/python.exe改成在你电脑中python.exe的位置,这样经过ctrl+b就能够直接运行出结果。
4. sublimeREPL插件使用
sublimeREPL的主要是用于程序的交互,便可以实现数据的输入,详情以下:在菜单栏中找到tools–>sublimeREPL–>python–>python run current file点击便可运行程序
html