Rbenv
rbenv is a version manager tool for the Ruby programming language on Unix-like systems. It is useful for switching between multiple Ruby versions on the same machine and for ensuring that each project
Install via Homebrew
View list of versions installed
Set specific version
Uninstall version
Add the below code to ~/.zshrc
to take Ruby using rbenv
Last updated