Skip to content

Instantly share code, notes, and snippets.

@wilhelmpaulm
Created August 26, 2016 03:03
Show Gist options
  • Select an option

  • Save wilhelmpaulm/c4189d80ab0a51a3fbb667d6852ae42e to your computer and use it in GitHub Desktop.

Select an option

Save wilhelmpaulm/c4189d80ab0a51a3fbb667d6852ae42e to your computer and use it in GitHub Desktop.
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