Hacker News new | ask | show | jobs
by uxp 4975 days ago
Or you can just run "brew install erlang"
1 comments

Don't use homebrew or macports or anything like that. If you're installing Erlang for development purposes (you'd be using a release otherwise, right?) use Erlang's answer to `rvm' etc., kerl: https://github.com/spawngrid/kerl

Works fine on OSX.

what is wrong with brew solution?