python已经安装,版本为python27.
继续昨日的环境搭建。
1、打开此前保存的.py文件,CTR+B无反应。tools-build system-勾选python后重试,可正常运行。
2、快捷键设置
打开ST3提示键位设置为题+pylinter设置问题,直接删除昨日的运行快捷键F5设置代码和pylinter设置的地址。地址设置需要日后单独解决。
键位设置代码:
打开的preferences->Key Binding-User,写入以下内容
[
{ “keys”: [“f5”], “caption”: “SublimeREPL:Python”,
“command”: “run_existing_window_command”, “args”:
{
“id”: “repl_python_run”,
“file”: “config/Python/Main.sublime-menu”
}
},
]
由于hp笔记本键位默认设置,实际运行过程中需要Fn+F5。测试无问题,ST重启无报错。