Skip to content

Tags

On this page

Ruby Setup for MacOS

On this page

Install

brew install rbenv
rbenv init
# add eval "$(rbenv init -)" to ~/.zshrc
RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 2.7.4
rbenv global 2.7.4
gem install bundler --no-document
Edit this page
Last updated on 9/24/2021