]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-75372: Specify major version in README for installation (GH-92759)
authorStanley <46876382+slateny@users.noreply.github.com>
Fri, 1 Jul 2022 15:18:07 +0000 (08:18 -0700)
committerGitHub <noreply@github.com>
Fri, 1 Jul 2022 15:18:07 +0000 (17:18 +0200)
README.rst

index 90061a886a6ece606a21f9dd9e3acca49bd5bda3..4ae5dfd1bb2525dc1f53ca4a1aa53ac275f5e660 100644 (file)
@@ -201,7 +201,7 @@ script) you must take care that your primary python executable is not
 overwritten by the installation of a different version.  All files and
 directories installed using ``make altinstall`` contain the major and minor
 version and can thus live side-by-side.  ``make install`` also creates
-``${prefix}/bin/python3`` which refers to ``${prefix}/bin/pythonX.Y``.  If you
+``${prefix}/bin/python3`` which refers to ``${prefix}/bin/python3.X``.  If you
 intend to install multiple versions using the same prefix you must decide which
 version (if any) is your "primary" version.  Install that version using ``make
 install``.  Install all other versions using ``make altinstall``.