Skip to content

Instantly share code, notes, and snippets.

View pparidans's full-sized avatar
💭
I may be slow to respond.

Pierre Paridans pparidans

💭
I may be slow to respond.
View GitHub Profile
@pparidans
pparidans / rbenv-install-system-wide.sh
Last active October 7, 2015 06:38 — forked from v1nc3ntlaw/rbenv-install-system-wide.sh
rbenv install Ruby 2.0.0-p0 on Debian Wheezy
# Update, upgrade and install development tools:
apt-get update
apt-get -y upgrade
apt-get -y install build-essential git-core libssl-dev
# Install rbenv
RBENV_ROOT=/opt/rbenv
git clone https://github.com/sstephenson/rbenv.git $RBENV_ROOT