Skip to content

Instantly share code, notes, and snippets.

@horaotoko
Last active August 29, 2015 14:07
Show Gist options
  • Save horaotoko/500ddbd63f55a71f2208 to your computer and use it in GitHub Desktop.
Save horaotoko/500ddbd63f55a71f2208 to your computer and use it in GitHub Desktop.
brewでインストールしたrbenvのアップデート方法
% brew update
% brew upgrade rbenv ruby-build

または

% rm -rf ~/.rbenv/plugins/ruby-build
% git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build

次回からはgit pullでいける。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment