Closed specter119 closed 7 years ago
Hi @specter119
How do you start julia normally? If you will open command prompt and type julia
will julia start? In Atom press Ctrl + , (settings) go linter-julia and set-up the julia command to point your julia.exe.
Thanks @TeroFrondelius
I usually type julia
in Iterm2, sorry to forgot to tell you I am using Mac.
# which julia
/Users/Home/opt/bin/julia
It will work when I set up the julia command in linter-julia. But Atom will warn me if I leave the path with blank and julia
is not located in /usr/local/bin
, which is the default path of julia installed by homebrew-cask
Good if you got it working. I need to update the documentation.
It seems that the linter-julia does not find
julia
from$PATH
. I doesn't useJuno
so I can't get the path of julia automatically.