Skip to content

Instantly share code, notes, and snippets.

@cmbankester
Last active December 10, 2015 01:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmbankester/4356146 to your computer and use it in GitHub Desktop.
Save cmbankester/4356146 to your computer and use it in GitHub Desktop.
Install rbenv+ruby-build+1.9.3-p327
#!/bin/sh
git clone git://github.com/sstephenson/rbenv.git ~/.rbenv
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile
echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
exec $SHELL -l
git clone git://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
exec $SHELL -l
rbenv install 1.9.3-p374
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment