Skip to content

Commit 3abda7a

Browse files
authored
pythongh-75372: Specify major version in README for installation (pythonGH-92759)
1 parent c57aad7 commit 3abda7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

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

0 commit comments

Comments
 (0)