Created
August 7, 2018 03:16
-
-
Save TemporaryJam/a672a2851a6acb53f2523da1e2b6d87b to your computer and use it in GitHub Desktop.
Ruby versions with rbenv
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
https://stackoverflow.com/questions/38194032/how-to-update-ruby-version-2-0-0-to-the-latest-version-in-mac-osx-yosemite# | |
$ brew update | |
$ brew install rbenv ruby-build | |
$ rbenv init | |
rbenv install --list | |
rbenv install 2.4.4 | |
rbenv global 2.4.4 | |
rbenv rehash | |
ruby -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment