Skip to content

Instantly share code, notes, and snippets.

@YumaInaura
Created December 25, 2018 06:33
Show Gist options
  • Select an option

  • Save YumaInaura/bc5ee3cbab5e741b376c80ef5087e3bc to your computer and use it in GitHub Desktop.

Select an option

Save YumaInaura/bc5ee3cbab5e741b376c80ef5087e3bc to your computer and use it in GitHub Desktop.
brew + rbenv に Ruby 2.6 一瞬で入れたいコマンド例。 ref: https://qiita.com/YumaInaura/items/0edd1f28561874821d7e
$ brew upgrade ruby-build
$ rbenv install 2.6.0
$ rbenv install 2.6.0-dev
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