I tried to install Elixir on my M1 mac using brew, as explained here. After installation, elixir --version returns segmentation fault elixir --version..
After reading this, I tried the suggested changes, updated the files and ran brew reinstall elixir, but I still get the same segmentation fault elixir --version..
Does anyone have an idea how to get this up and running with (some recent version of) Elixir on a M1 mac? (MacBook Air (M1, 2020) Apple M1 16 GB)?
asdf install" section.export KERL_BUILD_DOCS="yes"asdf plugin add erlang https://github.com/asdf-vm/asdf-erlang.gitasdf install erlang latest + wait for erlang to build.asdf global erlang latestasdf plugin add elixir https://github.com/asdf-vm/asdf-elixir.gitasdf install elixir latestasdf global elixir latestiex to test. Done!Bonus: export ERL_AFLAGS="-kernel shell_history enabled" to get shell history in iex.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With