Skip to content

Commit 12988a6

Browse files
committed
added wget installation
1 parent 7c6432e commit 12988a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation_scripts/install_python3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fi
1616
# Install packages required to build Python from source
1717
echo -e "\nInstalling developement tools required to build from source."
1818
yum groupinstall "Development Tools" -y > /dev/null 2>&1
19-
yum install zlib-devel -y > /dev/null 2>&1
19+
yum install zlib-devel wget -y > /dev/null 2>&1
2020

2121
# To download Python 3's source from the official repository
2222
echo -e "\nDownloading Python source..."

0 commit comments

Comments
 (0)