You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: installing-python-linux.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ The world of Linux distributions is unfathomably large. If you can pull off a Py
52
52
53
53
Installing Python from source follows the same pattern as most other source installations.
54
54
55
-
First, download the source tarball (either [gzipped](https://www.python.org/ftp/python/3.4.3/Python-3.4.3.tgz) or [XZ compressed](https://www.python.org/ftp/python/3.4.3/Python-3.4.3.tar.xz)). Unzip the files and `cd` into the unzipped directory.
55
+
First, download the source tarball (either [gzipped](https://www.python.org/ftp/python/3.7.2/Python-3.7.2.tgz) or [XZ compressed](https://www.python.org/ftp/python/3.7.2/Python-3.7.2.tar.xz)). Unzip the files and `cd` into the unzipped directory.
0 commit comments