File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -206,8 +206,8 @@ directories installed using ``make altinstall`` contain the major and minor
206
206
version and can thus live side-by-side. ``make install `` also creates
207
207
``${prefix}/bin/python3 `` which refers to ``${prefix}/bin/python3.X ``. If you
208
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 ``.
209
+ version (if any) is your "primary" version. Install that version using
210
+ `` make install ``. Install all other versions using ``make altinstall ``.
211
211
212
212
For example, if you want to install Python 2.7, 3.6, and 3.13 with 3.13 being the
213
213
primary version, you would execute ``make install `` in your 3.13 build directory
You can’t perform that action at this time.
0 commit comments