Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tovbinm/2580737 to your computer and use it in GitHub Desktop.
Save tovbinm/2580737 to your computer and use it in GitHub Desktop.
riak needs erlang R13b04 and homebrew now defaults to R14
# first install erlang using the R13b04 formula
brew install https://github.com/mxcl/homebrew/raw/810d52f4a386ea9e2b837030120ffd69cad73722/Library/Formula/erlang.rb
# now you are free to install riak
brew install riak
@tovbinm
Copy link
Author

tovbinm commented Jul 4, 2012

  1. brew versions erlang
  2. choose the version XXX you need and run "git checkout xxxxxxx /usr/local/Library/Formula/erlang.rb"
  3. brew switch erlang XXX
  4. brew install erlang

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment