Instructions for setting up RVM on Mountain Lion
- Update to the latest XCode 4.4 from the App Store
- Install the Command Line Tools
sudo xcodebuild -license
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
brew install autoconf automake openssl libyaml libxml2 libxslt libksba sqlite pkg-config
brew install https://raw.github.com/Homebrew/homebrew-dupes/master/apple-gcc42.rb
\curl -#L https://get.rvm.io | bash -s stable --autolibs=3 --ruby
rvm install ruby-1.9.3-p0
rvm use ruby-1.9.3-p0 --default
brew install postgres
ln -sfv /usr/local/opt/postgresql/*.plist ~/Library/LaunchAgents
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
About Janus https://github.com/carlhuda/janus
brew install macvim
curl -Lo- https://bit.ly/janus-bootstrap | bash
rvm pkg install libyaml
rvm