Trevor Brown
Trevor Brown
I am not able to reproduce this on OSX 10.15.1. Elixir installs just fine and `mix` works as expected. Look in the Elixir 1.9 installation's bin directory (`~/.asdf/installs/elixir/1.9/bin` for me)...
HI @unixsuperhero, thanks for the detailed issue. It doesn't appear that asdf is working for you. It's not clear to me exactly what is wrong on your machine, but I...
@iuriatan did you ever get this figured out?
Note to self: Refer to @michallepicki's plugins when implement. Also follow https://elixirforum.com/t/asdf-erlang-plugins-with-precompiled-erlang-for-ubuntu/40124
What do you all think of this? By default: * First try hex.pm for the version of Erlang (what the setup-beam action does, and what @michallepicki has done with his...
This should be possible with asdf plugin hooks - https://asdf-vm.com/plugins/create.html
@jarmo so this seems to be limited to when you tried to run `iex -S mix phx.server` with the system Erlang and Elixir versions? Can you share the output of...
Did you have Erlang and Elixir installed on your system prior to asdf? And did they work when you ran simple things like just `erl` or `iex`?
Does this issue appear similar to yours? https://github.com/asdf-vm/asdf/issues/1130 Also, what happens if you run `asdf reshim` and then try the system version with asdf?
This looks like the same issue - https://github.com/asdf-vm/asdf-elixir/issues/62 Have you tried updating the plugin? `asdf plugin-update elixir`?