Created
August 26, 2016 03:03
-
-
Save wilhelmpaulm/c4189d80ab0a51a3fbb667d6852ae42e 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 libgdbm-dev libncurses5-dev automake libtool bison libffi-dev | |
| gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 | |
| curl -sSL https://get.rvm.io | bash -s stable | |
| source ~/.rvm/scripts/rvm | |
| rvm install 2.3.1 | |
| rvm use 2.3.1 --default | |
| ruby -v | |
| rvm install 2.3.1 | |
| rvm use 2.3.1 --default | |
| rvm reload | |
| rvm use 2.3.1 --default | |
| rvm install ruby-2.3.1' | |
| ' | |
| rvm install ruby-2.3.1 | |
| ruby -v | |
| gem install minitest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment