Skip to content

Commit a9b87ef

Browse files
author
Lachlan Donald
authored
Merge pull request #583 from roverdotcom/rover/python3-prep
Add python3 and future lib to allow prepping for Python2 EOL
2 parents 432fb5e + 5ff8bd7 commit a9b87ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packer/linux/scripts/install-utils.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ sudo yum update -y
66

77
echo "Updating awscli..."
88
sudo yum install -y python2-pip
9+
sudo yum install -y python3-pip python3 python3-setuptools
910
sudo pip install --upgrade awscli
11+
sudo pip install future
12+
sudo pip3 install future
1013

1114
echo "Installing zip utils..."
1215
sudo yum update -y -q

0 commit comments

Comments
 (0)