Hi guys. I am new to Julia and Atom. Recently I experienced problems with Atom while running some Julia code. Hence I had to reinstall form the begging either Julia and Atom. I was aware of the fact that I had to add the Path of Julia in ‘config.cson’ of Atom under “julia-client” part of it. I did so but still when I try to run Julia on REPL of Atom it does not do so. Please find following the content of my ‘config.cson’ of Atom:
I tried with juliaPath: “julia” and did not work. I remember that with the old version of Atom and Julia in file ‘config.cson’ of Atom the part for path to Julia was juliaPath: “/home/xxxx_xx/Documents/julia-1.1.0/bin/julia” and the path to julia.exe file in my computer is “/home/xxxx_xx/Documents/julia-1.3.1/bin/julia”.
Just to make it clear to readers of this question, I found out what the problem was. The new version of Atom was not installed properly in that sense that the old version of Atom was still in place although I erased it. I did reinstall the new version of Atom and did the following using the the command line in terminal: