Horje
install ruby and rails on mac Code Example
install ruby and rails on mac
brew install rbenv ruby-build

# Add rbenv to bash so that it loads every time you open a terminal
echo 'if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi' >> ~/.zshrc
source ~/.zshrc

# Install Ruby
rbenv install 2.6.6
rbenv global 2.6.6
ruby -v
Source: gorails.com
macOs install ruby
$ brew install ruby




Shell

Related
prettier whole project Code Example prettier whole project Code Example
how to check yarn version Code Example how to check yarn version Code Example
install vue js ubuntu Code Example install vue js ubuntu Code Example
mongodb restart command ubuntu Code Example mongodb restart command ubuntu Code Example
install mongo ubuntu 20.04 Code Example install mongo ubuntu 20.04 Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12