Skip to content

Instantly share code, notes, and snippets.

@matthewhudson
Created July 3, 2012 14:25
Show Gist options
  • Save matthewhudson/3040035 to your computer and use it in GitHub Desktop.
Save matthewhudson/3040035 to your computer and use it in GitHub Desktop.
osx environment
# Install homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)"
# Install rvm
bash < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer )
rvm install 1.9.2
rvm install jruby
rvm use 1.9.2 --default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment