We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d18c8 commit 3e9ba9dCopy full SHA for 3e9ba9d
installation_scripts/install_python3.sh
@@ -26,8 +26,8 @@ wget https://www.python.org/ftp/python/3.6.1/Python-3.6.1.tar.xz > /dev/null 2>&
26
27
# Extract the Python source
28
echo -e "\nUnzipping Python source..."
29
-tar -xf Python-3.6.1.tar.xz > /dev/null 2>&1
30
-cd Python-3.6.1 > /dev/null 2>&1
+tar -xf Python-3.6.4.tar.xz > /dev/null 2>&1
+cd Python-3.6.4 > /dev/null 2>&1
31
mkdir /usr/bin/python36/
32
33
# Compile and build Python3 from the extracted source
0 commit comments