I recently updated my mac and I am getting this error since then. I was using using Atom as the editor without any issue before the update.
I tried the followings but none worked so far:
Uninstall/install Julia clients and restarted Atom
Checked the path
Downloaded a new Julia version 1.5 (I also tried older versions)
Removed and downloaded Atom again
I saw in a post that someone said that he got it into work after updating the system environment variables but I didn’t really understand that.
Does Julia without Atom work? Some path/bin/julia should work. That’s the first step, then getting Atom (or VS Code, that you may want to look into) working.
Is that all there is to the error message? What are you using as the Julia path currently? What happens if you use the New Terminal command and start Julia with that exact path?
You can set the path as shown there, in Juno extension, otherwise it looks in the system path, and you could change it, but you don’t need to go that route, messing with system environment variables, at least not for the IDEs.
If you followed that advice I pointed to, then I’m out of ideas:
You may need to add the path to Julia if it is not accessible via the command julia . To do so, go to Packages > Juno > Settings and in the first box for Julia Path insert the path to your Julia installation