【python】win7环境下解决SublimeText3不能运⾏input()
python安装教程win7函数的办法
2.打开我们要执⾏的python⽂件,选择Tools -> SublimeREPL -> Python -> RUN current file,发现⽆法运⾏,并报如下错误:
这时我们选择Preferences -> Package Settings -> SublimeREPL -> Settings - User并打开:
{
"default_extend_env": {"PATH": "{PATH};C:\\Program Files\\Python36-32"}
}
我们将以上内容更改为:
{
vagrant歌曲出处>php系统怎么安装"default_extend_env": {"PATH": "{PATH};C:\\Program Files\\Python36\\"}
}
保存⽂件,因为我的python安装路径是:C:\Program Files\Python36;
3.继续返回Tools -> SublimeREPL -> Python -> RUN current file,这时脚本运⾏成功:
但是脚本和运⾏界⾯不在同⼀个界⾯内,我们选择View->Layout->Collumns:2 Alt+Shift+2,再次运⾏程序:
为了⽅便运⾏脚本,我们可以设置快捷键,选择Preferences ->Key Bindings,我们设置F5为快捷键,输⼊以下内容,保存即可:
[{"keys":["f5"],
"caption": "SublimeREPL: Python - RUN current file",
"command": "run_existing_window_command", "args":
{"id": "repl_python_run","file": "config/Python/Main.sublime-menu"}
include意思}]
a 4)
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论