Skip to content

Commit c766a28

Browse files
RedHat based systems use a similar package name for python3 as Debian
1 parent 9ba8366 commit c766a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: user_data.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ elif command -v yum &>/dev/null; then
1414
yum update -y
1515
# epel provides python-pip & jq
1616
yum install -y epel-release
17-
yum install python-pip jq -y
17+
yum install python3-pip jq -y
1818
fi
1919

2020
#####################

0 commit comments

Comments
 (0)