Created
March 18, 2015 19:32
-
-
Save vpack/73638cfeaa7702492a37 to your computer and use it in GitHub Desktop.
CentOS AWS CLI Installation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo yum install wget | |
wget https://bootstrap.pypa.io/get-pip.py | |
sudo python get-pip.py | |
sudo pip install awscli |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment