i found atom text editor on osx.
when try run julia script in atom, in juno, path error:

changing path editing ~/.profile doesn't work... how can run?
go atom --> open init script

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
Post a Comment