Created
October 27, 2013 17:58
-
-
Save edipofederle/7185723 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install build-essential zlib1g-dev git-core sqlite3 libsqlite3-dev | |
sudo apt-get install libqt4-dev | |
gem install capybara-webkit -v '0.7.2' | |
git clone git://github.com/sstephenson/rbenv.git .rbenv | |
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile | |
$ echo 'eval "$(rbenv init -)"' >> ~/.bash_profile | |
$ git clone https://github.com/sstephenson/ruby-build.git | |
$ cd ruby-build | |
$ sudo ./install.sh | |
$ rbenv install 1.9.3-p448 | |
$ rbenv rehash | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment