Skip to content

Instantly share code, notes, and snippets.

@Frobitz
Created December 16, 2012 11:24
Show Gist options
  • Select an option

  • Save Frobitz/4306452 to your computer and use it in GitHub Desktop.

Select an option

Save Frobitz/4306452 to your computer and use it in GitHub Desktop.

Revisions

  1. Rich C created this gist Dec 16, 2012.
    18 changes: 18 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    #
    # Install RVM and up-to-date Ruby
    #
    # Follows on from installing Homebrew (https://gist.github.com/4306392)

    # Install RVM and latest stable ruby

    \curl -L https://get.rvm.io | bash -s stable --ruby

    # Follow on screen instructions carefully

    # Check versions

    rvm --version
    ruby --version

    # Ruby should now show as using an up to date version and not the default installed with Mountain Lion
    # rvm will allow easy switching of used version on system