pip (package manager) - AshokBhat/notes GitHub Wiki

About

  • De-facto standard Python package-management system
  • Recursive acronym for "Pip Installs Packages"

manylinux Packaging standards

  • Defines an ABI baseline
  • Targets the baseline by building on an old version of a distribution
Standard Baseline Notes
manylinux1 CentOS 5
manylinux2010 CentOS 6
manylinux2014 CentOS 7/UBI 7 Adds aarch64 support

See also