Juno.jl icon indicating copy to clipboard operation
Juno.jl copied to clipboard

[BUG] Default path not finding default Julia 1.4.1 Binaries

Open azev77 opened this issue 5 years ago • 2 comments

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 "

azev77 avatar Apr 24 '20 23:04 azev77

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.

aviatesk avatar Apr 25 '20 00:04 aviatesk

I used the default directory. I used all default options

azev77 avatar Apr 25 '20 00:04 azev77