Skip to content

Instantly share code, notes, and snippets.

@sodonnell
Created June 26, 2018 22:49
Show Gist options
  • Select an option

  • Save sodonnell/46b58e15a46eae1d9ccd962eb03e5566 to your computer and use it in GitHub Desktop.

Select an option

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
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