Skip to content

Commit 5ff8bd7

Browse files
author
Andrew Lee
committed
Add python3 and future lib to allow prepping for Python2 EOL
1 parent 92a1d33 commit 5ff8bd7

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)