There was an error while loading. Please reload this page.
1 parent 7c6432e commit 12988a6Copy full SHA for 12988a6
installation_scripts/install_python3.sh
@@ -16,7 +16,7 @@ fi
16
# Install packages required to build Python from source
17
echo -e "\nInstalling developement tools required to build from source."
18
yum groupinstall "Development Tools" -y > /dev/null 2>&1
19
-yum install zlib-devel -y > /dev/null 2>&1
+yum install zlib-devel wget -y > /dev/null 2>&1
20
21
# To download Python 3's source from the official repository
22
echo -e "\nDownloading Python source..."
0 commit comments