Skip to content

Commit

Permalink
readme: fix displaying issue of command (python#113719)
Browse files Browse the repository at this point in the history
Avoid line break in command as this causes displaying issues on GH.
  • Loading branch information
mara004 committed Jan 8, 2024
1 parent 931d7e0 commit 0b23402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ directories installed using ``make altinstall`` contain the major and minor
version and can thus live side-by-side. ``make install`` also creates
``${prefix}/bin/python3`` which refers to ``${prefix}/bin/python3.X``. If you
intend to install multiple versions using the same prefix you must decide which
version (if any) is your "primary" version. Install that version using ``make
install``. Install all other versions using ``make altinstall``.
version (if any) is your "primary" version. Install that version using
``make install``. Install all other versions using ``make altinstall``.

For example, if you want to install Python 2.7, 3.6, and 3.13 with 3.13 being the
primary version, you would execute ``make install`` in your 3.13 build directory
Expand Down

0 comments on commit 0b23402

Please sign in to comment.