serizawa さんの日記
2018
1月
29
(月)
14:08
本文
mastodonをv2.2.0にアップデートしようとしたら、Ruby2.5.0が必要のようでした。
mastodon$ git clone https://github.com/rbenv/rbenv.git ~/.rbenv mastodon$ cd ~/.rbenv && src/configure && make -C src && cd ~ mastodon$ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile mastodon$ echo 'eval "$(rbenv init -)"' >> ~/.bash_profile && source ~/.bash_profile mastodon$ git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build mastodon$ rbenv install 2.5.0 && rbenv global $_ && rbenv rehash
.rbenvを上書きできないので.rbenv を.rbenv241とリネームしてRuby2.5.0をインストールしました。
閲覧(105179)