Install Aws Cli V2 Mac

[Solved] Install Aws Cli V2 Mac | Shell - Code Explorer | yomemimo.com
Question : install aws cli mac

Answered by : filip-cornell

curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "AWSCLIV2.pkg"
sudo installer -pkg AWSCLIV2.pkg -target /

Source : | Last Update : Sat, 20 Mar 21

Question : install aws cli v2

Answered by : tom-mathews

curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o AWSCLIV2.pkg
sudo installer -pkg AWSCLIV2.pkg -target /
rm AWSCLIV2.pkg

Source : | Last Update : Sun, 27 Mar 22

Answers related to install aws cli v2 mac

Code Explorer Popular Question For Shell