diff options
author | Stanley <46876382+slateny@users.noreply.github.com> | 2022-07-01 15:18:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-01 15:18:07 (GMT) |
commit | 3abda7a38a2a6803d4dbf70c6ae097ad5b59c58d (patch) | |
tree | 21d4f89b66c848656e1c94787378cce12eb87a47 | |
parent | c57aad777afc6c0b382981ee9e4bc94c03bf5f68 (diff) | |
download | cpython-3abda7a38a2a6803d4dbf70c6ae097ad5b59c58d.zip cpython-3abda7a38a2a6803d4dbf70c6ae097ad5b59c58d.tar.gz cpython-3abda7a38a2a6803d4dbf70c6ae097ad5b59c58d.tar.bz2 |
gh-75372: Specify major version in README for installation (GH-92759)
-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``. |