On this page
Ruby Setup for MacOS
On this page
Install
brew install rbenvrbenv init# add eval "$(rbenv init -)" to ~/.zshrcRUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 2.7.4rbenv global 2.7.4gem install bundler --no-document
Edit this page
Last updated on 9/24/2021