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 work when you do ⌘ + i .
source share