Set Julia path in Juno

Dear users,
I have a problem regarding the installation of Julia and Atom-Juno. I followed the steps described in http://docs.junolab.org/stable/man/installation/index.html. Then I ran Julia but I got the following error:

Julia could not be started.
‘“julia”’ is not recognized as an internal or external command,
operable program or batch file.

I guess I have to change the path or something like that. Can someone please explain how to do it step by step?
I’m a bit annoyed by the fact that it’s not user-friendly at all to install Julia with Atom (in comparison, way easier to install Matlab or even Fortran with Visual studio as IDE!)

  1. Open Atom.
  2. Press Ctrl comma to bring up the settings.
  3. Select Packages on the left hand side.
  4. Type “julia” in the “Filter packages by name”.
  5. Click “Settings” for “julia-client”.
  6. Change “Julia Path” (first input field). to where ever your install is at.
4 Likes