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 :: install lighttpd 
Shell :: read file using shell script 
Shell :: change wp permission ubuntu 
Shell :: export zip git project bash 
Shell :: how to install http-server globally 
Shell :: powershell wait 5 seconds 
Shell :: ubuntu server set timezone 
Shell :: git update local repo from master 
Shell :: how to check eigen version 
Shell :: linux find directores 
Shell :: anydesk linux install download 
Shell :: port 5000 already in use 
Shell :: bash return only first line that contains match 
Shell :: unix:///tmp/supervisor.sock refused connection 
Shell :: pip access denied 
Shell :: bash service list 
Shell :: prettier whole project 
Shell :: apt install antiword 
Shell :: install semantic ui react 
Shell :: wsl delete 
Shell :: require ext-curl * 
Shell :: how to generate rsa key in linux 
Shell :: fish shell add to path 
Shell :: docker snap install 
Shell :: apt install gnome desktop 
Shell :: update manjaro system 
Shell :: generate ssh key paitr 
Shell :: kubectl restart deployment 
Shell :: fatal: could not lookup name for submodule 
Shell :: java check jre version 
ADD CONTENT
Topic
Content
Source link
Name
9+2 =