Skip to content

Instantly share code, notes, and snippets.

@nishabe
Created June 11, 2018 00:29
Show Gist options
  • Save nishabe/1f04fc22380e640d7f7eabe201c8639b to your computer and use it in GitHub Desktop.
Save nishabe/1f04fc22380e640d7f7eabe201c8639b to your computer and use it in GitHub Desktop.
RVM and Sinatra in MAC
\curl -sSL https://get.rvm.io | bash -s stable –ruby 
rvm install 2.4.2 
rvm use 2.4.2
gem install sinatra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment