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 :: git tag and relasease 
Shell :: install jupyter notebook 
Shell :: pass awk varible to bash 
Shell :: git update fork from original repo 
Shell :: find exclude hidden files 
Shell :: windows vpn service 
Shell :: git log show diff 
Shell :: speedtest cli mac 
Shell :: remove unnecessary npm packages 
Shell :: update aws amplify cli 
Shell :: 7zip command line 
Shell :: cmd find file dir 
Shell :: how to create a text file in batch 
Shell :: add arabic keyboard ubuntu 20.04 
Shell :: git reflog 
Shell :: sudo snap linux store 
Shell :: VBoxNetAdpCtl: Error while adding new interface: failed to open /dev/vboxnetctl: No such file or directory. 
Shell :: git add and remove 
Shell :: docker run in interactive mode 
Shell :: select ords version 
Shell :: anconda install django 
Shell :: istio grafana 
Shell :: install phantomjs 
Shell :: wget download list of urls 
Shell :: git version 
Shell :: yum uninstall package 
Shell :: how to open text editor in git bash 
Shell :: git remove all branches except master windows 
Shell :: ssh use key file 
Shell :: git find merge conflicts 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =