Skip to content

Instantly share code, notes, and snippets.

@breim
Created November 20, 2017 20:47
Show Gist options
  • Save breim/2a6471d3d62e4dc50cc084355d825592 to your computer and use it in GitHub Desktop.
Save breim/2a6471d3d62e4dc50cc084355d825592 to your computer and use it in GitHub Desktop.
# Dist .sh initial
sudo apt-get install curl build-essential openssl libreadline6 libreadline6-dev git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison
# get rvm
curl -sSL https://rvm.io/mpapis.asc | gpg --import -
curl -L https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
rvm requirements
# install last ruby version
rvm install 2.3.3
rvm use 2.3.3 --default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment