在崇高文本上安装python
需要帮助在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试转到“工具”>“构建系统并选择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.