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
~/.asdf/installs/elixir/1.15.5-otp-26/bin/elixir: 247: exec: erl: not found
Process Inf-Elixir exited abnormally with code 127
It actually shows the ~ expanded, and the elixir version is the one set globally by asdf. Calling inf-elixir or inf-elixir-project from a directory with a different asdf config shows a similar error message, with the elixir version locally selected in said directory.
I have the following situation:
(get-env "PATH")
andexec-path
include~/.asdf/shims
inf-elixir
gives me an error because erl is not foundFrom what I understand the problem is that
iex
isn't running with the properPATH
in its env. I'm using linux mint and emacs 29.1.50.The text was updated successfully, but these errors were encountered: