Created
June 26, 2018 22:49
-
-
Save sodonnell/46b58e15a46eae1d9ccd962eb03e5566 to your computer and use it in GitHub Desktop.
Install Python 3.4, pip3, and the latest AWS CLI tools on RHEL7.5
This file contains hidden or 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
| yum -y install python34 python34-pip | |
| pip3 install --upgrade pip | |
| pip3 install awscli |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment