在崇高文本上安装python

发布于 2025-01-20 08:47:14 字数 445 浏览 0 评论 0原文

需要帮助在 Windows 笔记本电脑上的 Sublime Text 上安装 python。我对此很陌生,花了几个小时在网上寻找,但没有任何效果。

我尝试了

tools>build system>new build system 并输入,

"cmd":["python3","-u","$file"], 

但它不起作用,它显示此消息

C:\Users\john\AppData\Local\Programs\Python\Python310\python.exe: can't find '__main__' module in ''
[Finished in 12.3s]
                                                            

Need help installing python on the sublime text on a windows laptop. I am new to this and spent hours online looking but nothing worked.

I tried

tools>build system>new build system and entered

"cmd":["python3","-u","$file"], 

but it does not work, it shows this message

C:\Users\john\AppData\Local\Programs\Python\Python310\python.exe: can't find '__main__' module in ''
[Finished in 12.3s]
                                                            

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

妳是的陽光 2025-01-27 08:47:14

尝试转到“工具”>“构建系统并选择Python。那应该有效。
您只需执行 CTRL + B 即可运行该文件。

Try to go to Tools > Build System and select Python. That should work.
You can just do CTRL + B to run the file.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文