How to run a Julia script in Atom -


i found atom text editor on osx.

when try run julia script in atom, in juno, path error:

enter image description here

changing path editing ~/.profile doesn't work... how can run?

go atom --> open init script

enter image description here

there, in init.coffee file, put this:

process.env.path = ["/applications/julia-0.4.0-dev-a9e0dd2fb2.app/contents/resources/julia/bin",  process.env.path].join(":") 

and should run when + i.


Comments