rbenv で ruby の最新を使う
2013-02-08 07:26:30
(2013/11/06追記) 下記の内容はすでに古いです。
久々にRubyの最新を入れようと思って、ちょっと困ったので、備忘録として。
rbenvとruby-buildをgithubから直接入れていたので、下記手順が必要
- rbenvをgit pull
- ruby-buildをgit pull
- ruby-buildのinstall.shを実行
1は別に必須ではないが、気持ちが悪いので併せてアップデート
2が終わった段階でrbenv install -l とかやっても、最新版のRubyは表示されないので、
3を忘れずに。
There are currently no comments on this article, be the first to add one below
Add a Comment
Note that I may remove comments for any reason, so try to be civil. If you are looking for a response to your comment, either leave your email address or check back on this page periodically.