LoginSignup
10
10

More than 5 years have passed since last update.

 rbenv install -l で最新バージョンが出ない時の対処

Last updated at Posted at 2014-02-21

依存しているruby-buildがrubyのバージョンに関係ある
/.rbenv/plugins/ の中にあるruby-buildを最新にすればいいらしい。

$ cd .rbenv/plugins/ruby-build
$ git pull origin master

なぜ下記の brew で最新にならないんだろか。
2重に install されている気がする。

$brew upgrade ruby-build

参考
http://9ensan.com/blog/programming/ruby/rbenv-plugins-ruby-build/

10
10
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
10