Skip to content

Instantly share code, notes, and snippets.

@comcastrong
comcastrong / bootstrap-ruby.sh
Created February 24, 2012 17:49 — forked from dillera/bootstrap-ruby.sh
Install Ruby with rbenv/ruby-build on MacOSX
#!/bin/bash
set -e # exit on error
### README
# * installs your desired ruby versions using rbenv
# ** including openssl (needed by bundler)
# ** including sqlite (probably needed for rails apps)
#
# Before you start:
# * put ssh-keys in place