Sublime Text 3 Command B not running

别说谁变了你拦得住时间么 提交于 2020-01-06 04:20:09

问题


I downloaded Sublime Text 3 and now I am trying to run a simple python code in it. The code seems to have run when I run Command + B, but I don't see any output:

I am on Mac OS X El Capitan. I can't seem to see what's the issue here. Sublime has always printed the output for correctly formatted python code.


回答1:


You are likely using the python syntax check, press COMMAND+SHIFT+B to select what to build with, select python and after that COMMAND+B should work as you expected. Alternatively go under tools/Build with.



来源:https://stackoverflow.com/questions/35109372/sublime-text-3-command-b-not-running

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!