Skip to content

Instantly share code, notes, and snippets.

@ldong
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ldong/3b82c69be31b3241a87e to your computer and use it in GitHub Desktop.
Save ldong/3b82c69be31b3241a87e to your computer and use it in GitHub Desktop.
## Install ruby on mac by using RVM
Steps:
1. curl -L https://get.rvm.io | bash -s stable
2. Install Homebrew `ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"`
3. rvm list known
4. rvm install 2.1
5. rvm use 2.1
6. echo rvm_auto_reload_flag=1 >> ~/.rvmrc
7. gem install rails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment