File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -206,8 +206,8 @@ directories installed using ``make altinstall`` contain the major and minor
206206version and can thus live side-by-side. ``make install `` also creates
207207``${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
209- version (if any) is your "primary" version. Install that version using `` make
210- install ``. Install all other versions using ``make altinstall ``.
209+ version (if any) is your "primary" version. Install that version using
210+ `` make install ``. Install all other versions using ``make altinstall ``.
211211
212212For example, if you want to install Python 2.7, 3.6, and 3.13 with 3.13 being the
213213primary version, you would execute ``make install `` in your 3.13 build directory
You can’t perform that action at this time.
0 commit comments