]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-75372: Specify major version in README for installation (GH-92759) (GH-94488)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 1 Jul 2022 16:22:28 +0000 (09:22 -0700)
committerGitHub <noreply@github.com>
Fri, 1 Jul 2022 16:22:28 +0000 (18:22 +0200)
(cherry picked from commit 3abda7a38a2a6803d4dbf70c6ae097ad5b59c58d)

Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
README.rst

index 99db9b30c8ffffc30ebc890b88c3ab09356ed58e..0ccd54cbed72de7ad363a26262d5262f9a26b663 100644 (file)
@@ -204,7 +204,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``.