Atom - setting julia path

Hello,

I am trying to set julia path on Atom IDE on Mac. Here is the setting of julia on my machine:

~ ❯ which julia
/usr/local/bin/julia
~ ❯ ls -l /usr/local/bin/julia
lrwxr-xr-x  1 ramikrispin  admin  62 Dec 13 00:39 /usr/local/bin/julia -> /Applications/Julia-1.3.app/Contents/Resources/julia/bin/julia

I tried to use both paths to set julia on Atom but I am getting the following errors:

Any suggestions?

Thanks,
Rami

can you launch

/Applications/Julia-1.3.app/Contents/Resources/julia/bin/julia

in a terminal.? may be the symlink is broken,…

1 Like

Yes, it is working on the terminal. I ended up reinstalling atom and julia and now it is working.

I’m facing the same problem as rami. i reinstalled again but julia could not be started

I have the same problem on windows, to be honest. I tried changing the path to -

C:\Users\KIIT\AppData\Local\Programs\Julia\Julia-1.4.2

because that’s where my Julia is stored, but it doesn’t seem to work.
Could you tell me where I’m going wrong?

You need to point it to the executable, so try

C:\Users\KIIT\AppData\Local\Programs\Julia\Julia-1.4.2\bin\julia.exe
1 Like