Asdf install erlang 25.2 failing, unsure of cause, on Mac OSX Monterey 12.5.1 M1 Pro

asdf-erlang is great until it breaks, then it’s a huge timesink to debug.

You will probably have more success using kerl directly.

For example:

Set KERL_DEFAULT_INSTALL_DIR (I use ~/.kerl/installs/), then:

kerl build 25.2 25.2
kerl install 25.2

Then put this in your profile:

. $(kerl path 25.2)/activate
1 Like