英文:
LiteIDE for Go: Playground Errors
问题
我正在使用Mac OS X版本X27.2.1的liteIDE。
我可以成功构建和运行.go文件,但是当我尝试在playground中运行代码时,出现错误:
"错误:进程启动失败"
这是我的设置,当构建和运行.go文件时非常好用:
如何修复这个问题?
谢谢。
英文:
I am using Mac OS X version X27.2.1of liteIDE.
I am able to build and run .go files fine however when I try to run code in the playground, I get the error:
"Error: Process failed to start"
Here is my setup, which works great when building and running .go files:
How can I fix?
Thanks
Thanks
答案1
得分: 2
看起来你正在编辑darwin64-local.env文件,但实际上正在使用system.env文件(在顶部工具栏的下拉菜单中选择的文件)。确保你使用的是正确的文件。
英文:
It looks like you are editing the darwin64-local.env file , but actually using the system.env file (the one selected in the drop down on the top toolbar). make sure you are using the correct file.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论