Skip to content

Instantly share code, notes, and snippets.

@chsh
Created January 8, 2014 16:30
Show Gist options
  • Save chsh/8319651 to your computer and use it in GitHub Desktop.
Save chsh/8319651 to your computer and use it in GitHub Desktop.
Prepare rbenv with git installation for Ubuntu 13.10.
sudo aptitude install git
git clone https://github.com/sstephenson/rbenv.git ~/.rbenv
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc
echo 'eval "$(rbenv init -)"' >> ~/.bashrc
git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment