We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
python
Learn more about funding links in repositories.
Report abuse
1 parent e55cd03 commit 7ab1bb1Copy full SHA for 7ab1bb1
README.rst
@@ -204,7 +204,7 @@ script) you must take care that your primary python executable is not
204
overwritten by the installation of a different version. All files and
205
directories installed using ``make altinstall`` contain the major and minor
206
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
+``${prefix}/bin/python3`` which refers to ``${prefix}/bin/python3.X``. If you
208
intend to install multiple versions using the same prefix you must decide which
209
version (if any) is your "primary" version. Install that version using ``make
210
install``. Install all other versions using ``make altinstall``.
0 commit comments