Debian rbenv install
Стягиваем с гитхаба исходники :
cd ~
git clone https://github.com/sstephenson/rbenv.git ~/.rbenv
Вносим изменения в .bash_profile :
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile
echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
Подгружаем плагины для работы :
git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build