Debian rbenv install

Posted in Новости on 11 апреля, 2015 by admin

Стягиваем с гитхаба исходники :

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

Tags: , ,