I just found the Atom text editor on OSX.
When I try to run a Julia script in Atom, like in Juno, I get a path error:
Changing my path by editing ~/.profile
doesn't work... How can I get this to run?
Go to Atom --> Open Your Init Script
There, in the 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 it should run when you do ⌘ + i.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With