mirror of
https://github.com/python/cpython.git
synced 2026-04-13 23:31:02 +00:00
gh-75372: Specify major version in README for installation (GH-92759) (GH-94488)
(cherry picked from commit 3abda7a38a)
Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
This commit is contained in:
parent
e55cd03c15
commit
7ab1bb1733
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,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``.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue