Changeset 62dc76c for general


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.

Location:
general/prog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.