Skip to content

Instantly share code, notes, and snippets.

@langhorst
Created October 25, 2011 16:42
Show Gist options
  • Save langhorst/1313391 to your computer and use it in GitHub Desktop.
Save langhorst/1313391 to your computer and use it in GitHub Desktop.
Install rbenv
$ cd
$ git clone git://github.com/sstephenson/rbenv.git .rbenv
$ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile
$ echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment