rubygem

vagrantでUbuntuServer14.04を動かす~Ruby関連環境設定~

rbenv git clone https://github.com/sstephenson/rbenv.git ~/.rbenv echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile echo 'eval "$(rbenv init -)"' >> ~/.bash_profile exec $SHELL -l git clone https://github.com/sstephenson/ruby-…