Skip to content

Commit 3e9ba9d

Browse files
committed
version 3.6.1 to 3.6.4
1 parent a0d18c8 commit 3e9ba9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installation_scripts/install_python3.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ wget https://www.python.org/ftp/python/3.6.1/Python-3.6.1.tar.xz > /dev/null 2>&
2626

2727
# Extract the Python source
2828
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
29+
tar -xf Python-3.6.4.tar.xz > /dev/null 2>&1
30+
cd Python-3.6.4 > /dev/null 2>&1
3131
mkdir /usr/bin/python36/
3232

3333
# Compile and build Python3 from the extracted source

0 commit comments

Comments
 (0)