Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? rbenvのインストール rbenvをgit経由でインストールするため、gitをインストール yum -y install git rbenvをgitからダウンロードしてインストール インストール先を~/.rbenvに指定する git clone https://github.com/sstephenson/rbenv.git ~/.rbenv bash_profileにrbenvの起動の設定を記述 echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile echo '
