I have the following situation:
- Elixir and erlang are installed through asdf
(get-env "PATH") and exec-path include ~/.asdf/shims
- calling
inf-elixir gives me an error because erl is not found
- Using exec-path-from-shell solves my problem
From what I understand the problem is that iex isn't running with the proper PATH in its env. I'm using linux mint and emacs 29.1.50.
I have the following situation:
(get-env "PATH")andexec-pathinclude~/.asdf/shimsinf-elixirgives me an error because erl is not foundFrom what I understand the problem is that
iexisn't running with the properPATHin its env. I'm using linux mint and emacs 29.1.50.