This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dilyan.palauzov
Recipients dilyan.palauzov, docs@python
Date 2017-08-12.17:59:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502560789.4.0.0378607685463.issue31189@psf.upfronthosting.co.za>
In-reply-to
Content
It speaks about pythonX.Y but means python3.${subversion}

diff --git a/README.rst b/README.rst
--- a/README.rst
+++ b/README.rst
@@ -190,7 +190,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``.
History
Date User Action Args
2017-08-12 17:59:49dilyan.palauzovsetrecipients: + dilyan.palauzov, docs@python
2017-08-12 17:59:49dilyan.palauzovsetmessageid: <1502560789.4.0.0378607685463.issue31189@psf.upfronthosting.co.za>
2017-08-12 17:59:49dilyan.palauzovlinkissue31189 messages
2017-08-12 17:59:48dilyan.palauzovcreate