AtomLinter / linter-julia

This linter plugin provides an interface to Lint.jl.
https://atom.io/packages/linter-julia
MIT License
17 stars 3 forks source link

Doesn't find julia for $PATH #32

Closed specter119 closed 7 years ago

specter119 commented 7 years ago

It seems that the linter-julia does not find julia from $PATH. I doesn't use Juno so I can't get the path of julia automatically.

TeroFrondelius commented 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.

specter119 commented 7 years ago

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

TeroFrondelius commented 7 years ago

Good if you got it working. I need to update the documentation.