Skip to content

Instantly share code, notes, and snippets.

@johncorderox
Last active November 22, 2021 19:40
Show Gist options
  • Save johncorderox/b00ce405abb3112d3ee453688881a195 to your computer and use it in GitHub Desktop.
Save johncorderox/b00ce405abb3112d3ee453688881a195 to your computer and use it in GitHub Desktop.
ch-ruby.sh
# ch-ruby alt besides rbenv
cd ~/src && wget -O chruby-0.3.9.tar.gz https://github.com/postmodern/chruby/archive/v0.3.9.tar.gz && tar -xzvf chruby-0.3.9.tar.gz && cd chruby-0.3.9/ && sudo make install && ruby-install ruby 2.6.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment