JunoLab / Juno.jl

MIT License
144 stars 23 forks source link

[BUG] Default path not finding default Julia 1.4.1 Binaries #565

Open azev77 opened 4 years ago

azev77 commented 4 years ago

I just did a fresh install of Julia, Atom, uber-juno in Windows 10.

  1. the new default installation directory for Julia 1.4.1 is C:\Users\azevelev\AppData\Local\Programs\Julia\Julia-1.4.1
  2. After installing uber-juno, Atom was not able to locate Julia. I had to go to: Packages > Juno > Settings and change Julia Path to: C:\Users\azevelev\AppData\Local\Programs\Julia\Julia-1.4.1\bin\julia.exe

Also, there is a typo in the juno installation instructions: It says: "Go to Packages > Julia > Settings and change " It should say: "Go to Packages > Juno> Settings and change "

aviatesk commented 4 years ago

Didn't your Julia installer automatically set up a env path to the Julia executable ? Our Julia path detection logic will use that unless an user specified manually.

azev77 commented 4 years ago

I used the default directory. I used all default options