Setting for Elixir binary path
Opened this issue · 1 comments
software-opal commented
I'm running Atom under OSX, and using homebrew to manage the Elixir installation. Homebrew installs the elixir binary into /usr/local/bin/...
which is not in the path for OSX, or atom. This means I can't launch the language server.
I wonder if this package could provide a way of specifying the path to the elixir executable as a setting?
Antikythera commented
You should definitely put that in your path in your shell for working with elixir in general. Once you do, as you run atom from the shell, that path will also be available to the editor.