Y
Hacker News
new
|
ask
|
show
|
jobs
Running Erlang/OTP on Mac OS X
(
rudamoura.com
)
8 points
by
ruda
4975 days ago
1 comments
uxp
4975 days ago
Or you can just run "brew install erlang"
link
oinksoft
4975 days ago
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.
link
keymone
4975 days ago
what is wrong with brew solution?
link