Skip to content

Instantly share code, notes, and snippets.

@crtr0
Created February 21, 2012 18:11
Show Gist options
  • Save crtr0/1877914 to your computer and use it in GitHub Desktop.
Save crtr0/1877914 to your computer and use it in GitHub Desktop.
Installing RVM and Rails on Mac OSX Lion
#!/bin/sh
bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
source ~/.bash_profile
rvm install 1.9.2
rvm --default 1.9.2
gem update
gem install rails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment