在 Sublime Text 中运行 Python 代码的快捷键为:Windows 和 Linux: Ctrl + BMac: Cmd + B将光标放置在代码中。按下快捷键。代码将使用系统默认的 Python 解释器运行。
Sublime Text 中运行 Python 代码的快捷键
Sublime Text 中,可以使用以下快捷键运行 Python 代码:
具体使用方法:
这样做将使用系统默认的 Python 解释器运行代码。输出将在 Sublime Text 的底部面板中显示。
其他设置:
Preferences > Key Bindings > Default (OSX, Windows, Linux).sublime-keymap
Preferences > Settings - User
。在文件中添加以下内容,并将其替换为正确的解释器路径:"python_interpreter": "/path/to/python"
The above is the detailed content of Which key to press when running python code in sublime. For more information, please follow other related articles on the PHP Chinese website!