Skip to content

Instantly share code, notes, and snippets.

@olvado
Last active May 13, 2016 20:40
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 olvado/3788a3d1509a2bbb97d47ff25277ab6f to your computer and use it in GitHub Desktop.
Save olvado/3788a3d1509a2bbb97d47ff25277ab6f to your computer and use it in GitHub Desktop.
Rails101 - Part 1: Riding with Rails
$ rbenv versions
system
* 2.3.1 (set by /Users/olvado/.rbenv/version)
# The asterisk denotes the current version that your shell is set to use.
$ brew install rbenv
$ rbenv install 2.3.1`
Downloading ruby-2.3.1.tar.bz2…
-> https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.1.tar.bz2
Installing ruby-2.3.1…
Installed ruby-2.3.1 to /Users/olvado/.rbenv/versions/2.3.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment