Skip to content

Commit 2d760e2

Browse files
committed
Fixes old links to point to 3.7.2 source installer.
1 parent bfa98b3 commit 2d760e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

installing-python-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The world of Linux distributions is unfathomably large. If you can pull off a Py
5252

5353
Installing Python from source follows the same pattern as most other source installations.
5454

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.
5656

5757
To build Python, just execute the usual commands:
5858

0 commit comments

Comments
 (0)