Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install cocoapods

$ sudo gem install cocoapods
Comment

install cocoapods mac

Install cocoapods with gem not with Homebrew
sudo gem install cocoapods
but first find stable version of gem and ruby

if already installed then update gem

gem update --system
Install Ruby via RVM
1. Install RVM as per instructions

or

curl -L https://get.rvm.io | bash -s -- --version latest
then

source ~/.rvm/scripts/rvm
type rvm | head -n 1
If the output is:

rvm is a function
You may need to add "source ~/.rvm/scripts/rvm" to your ~/.bash_profile file

2. Install Ruby

rvm install (ruby version)
rvm --default use (ruby version)
eg:

rvm install 2.7.2
can use rvm list to see available ruby versions.

check location of ruby

which -a ruby
which ruby
Comment

PREVIOUS NEXT
Code Example
Shell :: upload sql database in devilbox 
Shell :: delete all container and images docker 
Shell :: conda install pyserial 
Shell :: space in dock mac 
Shell :: linux free up ram 
Shell :: install wine linux 
Shell :: linux check line exist in file 
Shell :: how to check my ubuntu version 
Shell :: disable selinux in redhat 
Shell :: install strapi cli 
Shell :: how to install tar.gz in ubuntu 
Shell :: code first approach migration commands 
Shell :: Setting default variable value in bash 
Shell :: show saved wifi password windows 
Shell :: pip install txt 
Shell :: reset iptables ubuntu 
Shell :: yandex browser not playing videos 
Shell :: docker exec as root 
Shell :: snap store fedora 
Shell :: screen recorder ubuntu 
Shell :: how to enable autocomplete in jupyter notebook 
Shell :: homebrew install in ubuntu 
Shell :: install chrome beta on linux mint 
Shell :: k8 svc url 
Shell :: firebase login no localhost 
Shell :: arch linux remove nodejs 
Shell :: powershell grab regex 
Shell :: netsh wlan command for wifi password 
Shell :: install older version of npm 
Shell :: ubuntu delete user 
ADD CONTENT
Topic
Content
Source link
Name
8+5 =