1

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"

enter image description here

Here is my setup, which works great when building and running .go files:

enter image description here

How can I fix?

Thanks

Thanks

Slinky
  • 5,662
  • 14
  • 76
  • 130

1 Answers1

2

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.

Eden
  • 3,696
  • 2
  • 24
  • 24