After upgrading from version 0.6 to 1.0.4 I can’t get my code running from Atom anymore. I upgraded Julia-client to the latest version.
Please check your atom to see what your “julia path” is.
select julia then setting on your atom see below
Thanks.
My settings shows this:
Applications/Julia-1.0.app/Contents/Resources/julia/bib/julia
Instead of
Applications/Julia-1.0.app/Contents/Resources/julia/bib/julia
it should be
/Applications/Julia-1.0.app/Contents/Resources/julia/bin/julia
Sorry, I had that already
Sorry, I had that path already (I overlooked the first slash), but after ‘run all’ in Atom, Julia still doesn’t respond at all.
Sorry, I had that path already (I overlooked the first slash), but after ‘run all’ in Atom, Julia still doesn’t respond at all.
Mainwhile I solved this problem (by workaround?).
My code in file “main.jl” is executed when I do in REPL:
‘julia > include(“main.jl”)’
Before I upgraded Julia and Atom, I only needed to run “main” (without extension) from Atom.