Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c57aad7 commit 3abda7aCopy full SHA for 3abda7a
1 file changed
README.rst
@@ -201,7 +201,7 @@ script) you must take care that your primary python executable is not
201
overwritten by the installation of a different version. All files and
202
directories installed using ``make altinstall`` contain the major and minor
203
version and can thus live side-by-side. ``make install`` also creates
204
-``${prefix}/bin/python3`` which refers to ``${prefix}/bin/pythonX.Y``. If you
+``${prefix}/bin/python3`` which refers to ``${prefix}/bin/python3.X``. If you
205
intend to install multiple versions using the same prefix you must decide which
206
version (if any) is your "primary" version. Install that version using ``make
207
install``. Install all other versions using ``make altinstall``.
0 commit comments