Skip to content

Commit 7ab1bb1

Browse files
miss-islingtonslateny
andauthoredJul 1, 2022
gh-75372: Specify major version in README for installation (GH-92759) (GH-94488)
(cherry picked from commit 3abda7a) Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
1 parent e55cd03 commit 7ab1bb1

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
@@ -204,7 +204,7 @@ script) you must take care that your primary python executable is not
204204
overwritten by the installation of a different version. All files and
205205
directories installed using ``make altinstall`` contain the major and minor
206206
version and can thus live side-by-side. ``make install`` also creates
207-
``${prefix}/bin/python3`` which refers to ``${prefix}/bin/pythonX.Y``. If you
207+
``${prefix}/bin/python3`` which refers to ``${prefix}/bin/python3.X``. If you
208208
intend to install multiple versions using the same prefix you must decide which
209209
version (if any) is your "primary" version. Install that version using ``make
210210
install``. Install all other versions using ``make altinstall``.

0 commit comments

Comments
 (0)