Horje
install aws cli mac Code Example
install aws cli version 2 mac
curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o AWSCLIV2.pkg
sudo installer -pkg AWSCLIV2.pkg -target /
rm AWSCLIV2.pkg
install aws cli mac
curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "AWSCLIV2.pkg"
sudo installer -pkg AWSCLIV2.pkg -target /
aws terminal in mac
curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"
unzip awscli-bundle.zip
sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws




Shell

Related
serverless not using aws profile Code Example serverless not using aws profile Code Example
compile h5py Code Example compile h5py Code Example
ERROR:  Error installing jekyll:ERROR: Failed to build gem native Code Example ERROR: Error installing jekyll:ERROR: Failed to build gem native Code Example
copy laravel project from github Code Example copy laravel project from github Code Example
how to change my git default editor to vs code Code Example how to change my git default editor to vs code Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10