meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
programming:python:pip [2025/04/10 16:04] – niziak | programming:python:pip [2025/04/10 16:04] (current) – niziak | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== pip ====== | ====== pip ====== | ||
+ | |||
+ | ===== parallel install ===== | ||
+ | |||
+ | <code bash> | ||
+ | xargs --max-args=1 --max-procs=4 sudo pip install < requires.txt | ||
+ | </ | ||
===== error: externally-managed-environment ===== | ===== error: externally-managed-environment ===== |