Ignore:
Timestamp:
09/02/2023 04:48:20 PM (13 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.1-rc1, 12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/update-glibc
Children:
eae99efe
Parents:
3864d23
git-author:
Xi Ruoyao <xry111@…> (09/02/2023 04:45:13 PM)
git-committer:
Xi Ruoyao <xry111@…> (09/02/2023 04:48:20 PM)
Message:

Add --no-cache-dir into pip3 wheel commands for Python modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/markupsafe.xml

    r3864d23 r1b80763  
    4343    <para>Compile MarkupSafe with the following command:</para>
    4444
    45 <screen><userinput remap="make">pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     45<screen><userinput remap="make">pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD</userinput></screen>
    4646
    4747    <para>This package does not come with a test suite.</para>
Note: See TracChangeset for help on using the changeset viewer.