Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
默认情况下,SciTE 使用系统中安装的任何 python 版本。我有 python3 作为默认和 python2.7,当我按下 F5 时我需要在 SciTE 中运行。
如何配置 SciTE 使用 python 2?
从菜单中选择“选项 > 打开 python.properties”,这将打开与 scite python 首选项关联的文件。查找此内容(假设您使用 Linux 的屏幕截图):
if PLAT_GTK command.go.*.py=python -u "$(FileNameExt)"
并将单词更改python为命令来识别您想要的 python 版本。
python