Skip to content

Instantly share code, notes, and snippets.

View pramoso's full-sized avatar
🏠
Working from home

proc pramoso

🏠
Working from home
View GitHub Profile
@pramoso
pramoso / ruby.bash
Last active May 2, 2016 20:08 — forked from briansalvattore/ruby.bash
Ruby environment
#Ruby
sudo apt-get update
sudo apt-get install git-core curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev python-software-properties libffi-dev
cd
git clone git://github.com/sstephenson/rbenv.git .rbenv
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile
echo 'eval "$(rbenv init -)"' >> ~/.bash_profile