Skip to content

Instantly share code, notes, and snippets.

@amejiarosario
Created June 21, 2012 04:17
Show Gist options
  • Save amejiarosario/2963809 to your computer and use it in GitHub Desktop.
Save amejiarosario/2963809 to your computer and use it in GitHub Desktop.
rbenv setup
# Ruby Enviroment (rbenv)[https://github.com/sstephenson/rbenv] (installer) [https://github.com/fesplugas/rbenv-installer]
curl -L https://raw.github.com/fesplugas/rbenv-installer/master/bin/rbenv-installer | bash
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile
echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
source ~/.bash_profile
## Install Ruby
rbenv install 1.9.3-p194
rbenv install 1.9.2-p320
rbenv global 1.9.2-p320
rbenv update
## Bootstrap ubuntu 12.04
rbenv bootstrap-ubuntu-12-04
rbenv bootstrap
rbenv patch-ruby-build
#echo 'export RUBY_PACKAGE_REPO=https://www.strongspace.com/shared/lxc1jwhowa' >> ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment