Trying to launch alchemist-iex-run
in emacs and getting this error:
/opt/homebrew/Cellar/elixir/1.12.1/bin/elixir: line 230: exec: erl: not found
Process Alchemist-IEx exited abnormally with code 127
However, run-erlang (erlang-shell)
works fine. which erl
results /opt/homebrew/bin/erl
. And erl
runs in eshell.
Why is the executable not found with alchemist-iex-run
?