Skip to content

Instantly share code, notes, and snippets.

@kimegede
Created May 13, 2022 14:40
Show Gist options
  • Save kimegede/f0ab3ea76302141b0b28b08096a4076f to your computer and use it in GitHub Desktop.
Save kimegede/f0ab3ea76302141b0b28b08096a4076f to your computer and use it in GitHub Desktop.
Install Ruby guide
$ brew install rbenv ruby-build
$ rbenv versions
$ rbenv local 2.6.9
$ rbenv install 2.6.9
$ ruby --version
$ rbenv install -L | grep 2.6.9
# ~/.bash_profile || ~/.zsh_profile
# Detect Ruby version with rbenv
if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi
# mimemagic package
$ brew install shared-mime-info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment