File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ script) you must take care that your primary python executable is not
201201overwritten by the installation of a different version. All files and
202202directories installed using ``make altinstall `` contain the major and minor
203203version and can thus live side-by-side. ``make install `` also creates
204- ``${prefix}/bin/python3 `` which refers to ``${prefix}/bin/pythonX.Y ``. If you
204+ ``${prefix}/bin/python3 `` which refers to ``${prefix}/bin/python3.X ``. If you
205205intend to install multiple versions using the same prefix you must decide which
206206version (if any) is your "primary" version. Install that version using ``make
207207install ``. Install all other versions using ``make altinstall ``.
You can’t perform that action at this time.
0 commit comments