Skip to content

Instantly share code, notes, and snippets.

@kenjij
Last active August 29, 2015 14:22
Show Gist options
  • Save kenjij/fd572a372096d47b3e41 to your computer and use it in GitHub Desktop.
Save kenjij/fd572a372096d47b3e41 to your computer and use it in GitHub Desktop.
Installing RVM in OS X
# Install Homebrew; this will prompt you to install Xcode Command Line Developer Tools
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Agree to Xcode license; necessary for fresh install
$ sudo xcodebuild -license
# Install RVM
$ \curl -sSL https://get.rvm.io | bash -s stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment