Skip to content

Instantly share code, notes, and snippets.

@mikecole
Last active February 4, 2018 22:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikecole/f084f86a2afe834e27022f500a4942d7 to your computer and use it in GitHub Desktop.
Save mikecole/f084f86a2afe834e27022f500a4942d7 to your computer and use it in GitHub Desktop.
Install Ruby on Bash On Windows
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
\curl -sSL https://get.rvm.io -o rvm.sh
cat rvm.sh | bash -s stable
source ~/.rvm/scripts/rvm
rvm install ruby --default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment