[issue31189] README.rst: installing multiple versions: typo

New submission from Дилян Палаузов:
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``.
---------- assignee: docs@python components: Documentation messages: 300205 nosy: dilyan.palauzov, docs@python priority: normal severity: normal status: open title: README.rst: installing multiple versions: typo versions: Python 3.7
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue31189 _______________________________________

Change by Irit Katriel iritkatriel@yahoo.com:
---------- nosy: +zach.ware versions: +Python 3.10, Python 3.8, Python 3.9 -Python 3.7
_______________________________________ Python tracker report@bugs.python.org https://bugs.python.org/issue31189 _______________________________________
participants (2)
-
Irit Katriel
-
Дилян Палаузов