Ubuntu 18.04になって早速、octopress環境をセットアップしようとruby 2.3.1をインストールしようとした。 Octopressをセットアップするのとおり、 git clone https://github.com/sstephenson/rbenv.git ~/.rbenv git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc echo 'eval "$(rbenv init -)"' >> ~/.bashrc source ~/.bashrc sudo apt-get install gcc build-essential libssl-d