Juno.jl
Juno.jl copied to clipboard
[BUG] Default path not finding default Julia 1.4.1 Binaries
I just did a fresh install of Julia, Atom, uber-juno in Windows 10.
- the new default installation directory for Julia 1.4.1 is C:\Users\azevelev\AppData\Local\Programs\Julia\Julia-1.4.1
- 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 "
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.
I used the default directory. I used all default options