Skip to content

Instantly share code, notes, and snippets.

View gwik's full-sized avatar

Antonin Amand gwik

View GitHub Profile
@gwik
gwik / gist:5901360
Last active December 19, 2015 04:59 — forked from mitnick78/gist:5901312
sudo port install tk tcl readline apple-gcc42 openssl
git clone https://github.com/sstephenson/rbenv.git ~/.rbenv
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile
echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
cd ~/.rbenv && mkdir src && cd src
curl -LO 'ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.gz'
tar xvzf ruby-2.0.0-p247.tar.gz