diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-07-01 16:22:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-01 16:22:02 (GMT) |
commit | 227e0d69edf50bead48ee36fb2a9662e3b77ad50 (patch) | |
tree | ff13c4fca7c894684d14c036ad1c60c043e06cd8 /README.rst | |
parent | 1b46df1e3d8bcf2ce690fc71d053e7fede9d21b3 (diff) | |
download | cpython-227e0d69edf50bead48ee36fb2a9662e3b77ad50.zip cpython-227e0d69edf50bead48ee36fb2a9662e3b77ad50.tar.gz cpython-227e0d69edf50bead48ee36fb2a9662e3b77ad50.tar.bz2 |
gh-75372: Specify major version in README for installation (GH-92759) (GH-94487)
(cherry picked from commit 3abda7a38a2a6803d4dbf70c6ae097ad5b59c58d)
Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -201,7 +201,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``. |