Tag: brew
-
More rbenv notes
My last post on rbenv mentioned some things you need to do to get ruby to build on Mountain Lion. Here are a few more things. This guy Jacob Swanner didn’t want to use either Xcode or gcc. He just used the Xcode command-line tools, with a CC environment variable, thus: $ CC=/usr/bin/clang rbenv install…