Changeset 62dc76c


Ignore:
Timestamp:
04/20/2022 12:56:29 AM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
d31adba2
Parents:
6e0f8b4c
Message:

Add another option to pip3 install
Add a convenience option for &root;
Add --no-cache-dir to six and asciidoc.
Explain --no-cache-dir in pip3-cmd-explain.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r6e0f8b4c r62dc76c  
    104104<!ENTITY w3m-url              "http://w3m.sourceforge.net/">
    105105
     106<!-- Convenience entities -->
     107<!ENTITY root                 "<systemitem class='username'>root</systemitem>">
     108
     109
    106110<!-- These entities are used to identify versions of LFS
    107111     packages referenced throughout the BLFS book. -->
  • general/prog/asciidoc.xml

    r6e0f8b4c r62dc76c  
    105105    </para>
    106106
    107 <screen role="root"><userinput>pip3 install --no-index --find-links dist asciidoc</userinput></screen>
     107<screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir asciidoc</userinput></screen>
    108108
    109109    </sect3>
  • general/prog/six.xml

    r6e0f8b4c r62dc76c  
    115115-->
    116116
    117 <screen role="root"><userinput>pip3 install --no-index --find-links dist six</userinput></screen>
     117<screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir six</userinput></screen>
    118118
    119119    </sect3>
  • xincludes/pip3-cmd-explain.xml

    r6e0f8b4c r62dc76c  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    3   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" >
     3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../general.ent">
     5  %general-entities;
     6  ]>
    47
    58  <sect3 role="commands">
     
    3437    </para>
    3538
     39    <para>
     40      <option>--no-cache-dir</option>: diables the cache to prevent
     41      a warning when installing as the &root; user.
     42    </para>
     43
    3644  </sect3>
    3745
Note: See TracChangeset for help on using the changeset viewer.