Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

ruby install for mac

ruby -v
Comment

PREVIOUS NEXT
Code Example
Shell :: how to upgrade packages in ubuntu 20.04 
Shell :: install redis 
Shell :: install composer debian 
Shell :: git move head to specific branch 
Shell :: how to learn cuda version 
Shell :: mac see current path 
Shell :: setup redis ubuntu 
Shell :: sudo apt-get dbeaver 
Shell :: batch color 
Shell :: create gitignore files 
Shell :: ssh powershell 
Shell :: Error: Unable to find a match: ansible 
Shell :: valgrind usage 
Shell :: activate virtual environment in ubuntu 
Shell :: crosh 
Shell :: install rstudio ubuntu 20.04 
Shell :: docker compose exec compose 
Shell :: how to install android studio in ubuntu 
Shell :: Flutter Git-Chrome-OS 
Shell :: aws cli upload folder to s3 
Shell :: powershell output array as table 
Shell :: How to delete multiples files in Github 
Shell :: how to restore a mongodb dump with a new name 
Shell :: dns benchmark arch linux 
Shell :: commit changes from different branches 
Shell :: install specific webpack version 
Shell :: docker commit 
Shell :: unzip in folder 
Shell :: linux change user password 
Shell :: start scipt at startup ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =