-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README.rst: installing multiple versions: typo #75372
Comments
It speaks about pythonX.Y but means python3.${subversion} diff --git a/README.rst b/README.rst
--- a/README.rst
+++ b/README.rst
@@ -190,7 +190,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``. |
ambv
pushed a commit
that referenced
this issue
Jul 1, 2022
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jul 1, 2022
…honGH-92759) (cherry picked from commit 3abda7a) Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jul 1, 2022
…honGH-92759) (cherry picked from commit 3abda7a) Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
ambv
pushed a commit
that referenced
this issue
Jul 1, 2022
ambv
pushed a commit
that referenced
this issue
Jul 1, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: