ror Installing Ruby On Rails in macOS High Sierra Pre-Requisites: * Homebrew Install rbenv using: brew install rbenv Add the following to your terminal profile (.bash_profile or .zshrc etc): # rbenv export PATH="$HOME/.rbenv/bin:$PATH" eval "$(rbenv init -)" Relaunch the Terminal or enter the following comand for