Skip to content

Instantly share code, notes, and snippets.

@shun115
Created January 25, 2011 05:44
Show Gist options
  • Save shun115/794564 to your computer and use it in GitHub Desktop.
Save shun115/794564 to your computer and use it in GitHub Desktop.
Ruby rvm 環境の構築
$ curl -kLO http://rvm.beginrescueend.com/releases/rvm-install-latest
$ chmod +x rvm-install-latest
$ ./rvm-install-latest
$ echo "[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"" >> .bashrc
$ rvm install 1.8.7
$ rvm install 1.9.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment