Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.rst: installing multiple versions: typo #75372

Closed
dilyanpalauzov mannequin opened this issue Aug 12, 2017 · 2 comments
Closed

README.rst: installing multiple versions: typo #75372

dilyanpalauzov mannequin opened this issue Aug 12, 2017 · 2 comments
Labels
3.8 (EOL) end of life 3.9 only security fixes 3.10 only security fixes docs Documentation in the Doc dir

Comments

@dilyanpalauzov
Copy link
Mannequin

dilyanpalauzov mannequin commented Aug 12, 2017

BPO 31189
Nosy @zware

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = None
created_at = <Date 2017-08-12.17:59:49.367>
labels = ['3.8', '3.9', '3.10', 'docs']
title = 'README.rst: installing multiple versions: typo'
updated_at = <Date 2020-11-26.22:26:13.278>
user = 'https://bugs.python.org/dilyanpalauzov'

bugs.python.org fields:

activity = <Date 2020-11-26.22:26:13.278>
actor = 'iritkatriel'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2017-08-12.17:59:49.367>
creator = 'dilyan.palauzov'
dependencies = []
files = []
hgrepos = []
issue_num = 31189
keywords = []
message_count = 1.0
messages = ['300205']
nosy_count = 3.0
nosy_names = ['docs@python', 'dilyan.palauzov', 'zach.ware']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue31189'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']

@dilyanpalauzov
Copy link
Mannequin Author

dilyanpalauzov mannequin commented Aug 12, 2017

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

@dilyanpalauzov dilyanpalauzov mannequin added the 3.7 (EOL) end of life label Aug 12, 2017
@dilyanpalauzov dilyanpalauzov mannequin added the docs Documentation in the Doc dir label Aug 12, 2017
@iritkatriel iritkatriel added 3.8 (EOL) end of life 3.9 only security fixes 3.10 only security fixes and removed 3.7 (EOL) end of life labels Nov 26, 2020
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jul 1, 2022
…honGH-92759)

(cherry picked from commit 3abda7a)

Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jul 1, 2022
…honGH-92759)

(cherry picked from commit 3abda7a)

Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
ambv pushed a commit that referenced this issue Jul 1, 2022
…GH-94487)

(cherry picked from commit 3abda7a)

Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
ambv pushed a commit that referenced this issue Jul 1, 2022
…GH-94488)

(cherry picked from commit 3abda7a)

Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.8 (EOL) end of life 3.9 only security fixes 3.10 only security fixes docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

2 participants