Skip to content

Instantly share code, notes, and snippets.

@dwayne
Last active October 7, 2015 14:38
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 dwayne/3179968 to your computer and use it in GitHub Desktop.
Save dwayne/3179968 to your computer and use it in GitHub Desktop.
Installing RVM and Ruby on Ubuntu 12.04/13.04
  1. Install RVM. See http://rvm.io/rvm/install for details.

    IMPORTANT: Add to .bashrc the following

     # Load RVM into a shell session *as a function*
     [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
    
  2. Install a version of Ruby.

     $ rvm install 2.1
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment