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 @@ -204,7 +204,7 @@ script) you must take care that your primary python executable is not
204204overwritten by the installation of a different version. All files and
205205directories installed using ``make altinstall `` contain the major and minor
206206version and can thus live side-by-side. ``make install `` also creates
207- ``${prefix}/bin/python3 `` which refers to ``${prefix}/bin/pythonX.Y ``. If you
207+ ``${prefix}/bin/python3 `` which refers to ``${prefix}/bin/python3.X ``. If you
208208intend to install multiple versions using the same prefix you must decide which
209209version (if any) is your "primary" version. Install that version using ``make
210210install ``. Install all other versions using ``make altinstall ``.
You can’t perform that action at this time.
0 commit comments