meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
programming:python:pip [2025/04/10 16:04] niziakprogramming: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
 +</code>
  
 ===== error: externally-managed-environment ===== ===== error: externally-managed-environment =====