You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: