Skip to content

Instantly share code, notes, and snippets.

View markkanof's full-sized avatar

Mark Kanof markkanof

View GitHub Profile
@markkanof
markkanof / rbenv-install-system-wide.sh
Created September 24, 2012 05:04 — forked from slayer/rbenv-install-system-wide.sh
rbenv install and system wide install on Ubuntu to /opt/rbenv
# Update, upgrade and install development tools:
apt-get update
apt-get -y upgrade
apt-get -y install build-essential
apt-get -y install git-core
apt-get -y install zlib1g-dev
apt-get -y install libssl-dev
apt-get -y install libreadline-dev
apt-get -y install libcurl4-openssl-dev