Created
December 25, 2018 06:33
-
-
Save YumaInaura/bc5ee3cbab5e741b376c80ef5087e3bc to your computer and use it in GitHub Desktop.
brew + rbenv に Ruby 2.6 一瞬で入れたいコマンド例。 ref: https://qiita.com/YumaInaura/items/0edd1f28561874821d7e
This file contains hidden or 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 upgrade ruby-build |
This file contains hidden or 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 install 2.6.0 |
This file contains hidden or 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 install 2.6.0-dev |
This file contains hidden or 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
| bash-4.4$ rbenv install --list | grep 2\.6\.0 | |
| 2.6.0-dev | |
| 2.6.0-preview1 | |
| 2.6.0-preview2 | |
| 2.6.0-preview3 | |
| 2.6.0-rc1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment