Changeset dd9987c


Ignore:
Timestamp:
04/21/2022 01:43:49 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
93db1e61
Parents:
720c0bd
Message:

Minor rewording of pip3 recommendations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/python.xml

    r720c0bd rdd9987c  
    112112    <important>
    113113      <para>
    114         In LFS and BLFS, we normally build and install Python modules with
    115         <command>pip3</command>.  Please take care that the
     114        In LFS and BLFS we normally build and install Python modules with the
     115        <command>pip3</command> command.  Please take care that the
    116116        <command>pip3 install</command> commands in both the books should be
    117         run as &root; unless it's for a Python virtual environment.  Running
    118         a <command>pip3 install</command> as a non-&root; user may seems to
    119         work fine, but it will cause the installed module unaccessible by
    120         other users.
     117        run as ithe &root; user unless it's for a Python virtual environment.
     118        Running a <command>pip3 install</command> as a non-&root; user may seem
     119        to work fine, but it will cause the installed module to be inaccessible
     120        by other users.
    121121      </para>
     122
    122123      <para>
    123         <command>pip3 install</command> will not reinstall an already
    124         installed module by default.  For using the
    125         <command>pip3 install</command> command to upgrade a module (for
    126         example, from meson-0.61.3 to meson-0.62.0), append
    127         <parameter>-U</parameter> to the command line.  If it's really
    128         necessary to downgrade a module or reinstall the same version for
    129         some reason, append <parameter>--force-reinstall</parameter> to
    130         the command line.
     124        <command>pip3 install</command> will not reinstall an already installed
     125        module by default.  For using the <command>pip3 install</command>
     126        command to upgrade a module (for example, from meson-0.61.3 to
     127        meson-0.62.0), insert the option <parameter>--upgrade</parameter> into
     128        the command line.  If it's really necessary to downgrade a module or
     129        reinstall the same version for some reason, insert
     130        <parameter>--force-reinstall</parameter> into the command line.
    131131      </para>
    132132    </important>
Note: See TracChangeset for help on using the changeset viewer.