Last active
May 13, 2016 20:40
-
-
Save olvado/3788a3d1509a2bbb97d47ff25277ab6f to your computer and use it in GitHub Desktop.
Rails101 - Part 1: Riding with Rails
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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