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 :: set muiltiple ssh keys for different github accounts on one computer 
Shell :: remove soup tag 
Shell :: centos epel-release 
Shell :: dpkg install force 
Shell :: install alacritty 
Shell :: install cuda driver in ubuntu 
Shell :: store credential cache git 
Shell :: brew uninstall 
Shell :: bash check if string starts with substring 
Shell :: Please ensure that the SDK and/or project is installed in a location that has read/write permissions for the current user. 
Shell :: powershell git 
Shell :: Create a desktop file ubuntu 
Shell :: export display connection for wsl 
Shell :: How can I find out which users are in a group within Linux? 
Shell :: # /bin/bash for launching ec2 
Shell :: npm i vs npm ci 
Shell :: how to start ssh agent service windows powershell 
Shell :: how to remove remote origin git 
Shell :: merge child branch to parent git 
Shell :: how to install pycord 
Shell :: ubuntu connect openvpn 
Shell :: install termius ubuntu 
Shell :: remove port iptables 
Shell :: powershell get all computers in ou 
Shell :: minikube memory size 
Shell :: WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 
Shell :: how to port-forward k8s on server 
Shell :: flush ip windows 10 
Shell :: linux while true 
Shell :: install fleetssl 
ADD CONTENT
Topic
Content
Source link
Name
5+4 =