pip: Tool for installing and managing Python packages#

Description#

This package installs pip, the tool for installing and managing Python packages, such as those found in the Python Package Index. It’s a replacement for easy_install.

License#

MIT

Upstream Contact#

Type#

standard

Dependencies#

Version Information#

package-version.txt:

22.3.1

install-requires.txt:

pip >=21.3
# for use of the "in-tree-build" feature, default since 21.3, by the Sage distribution

Equivalent System Packages#

arch:

$ sudo pacman -S  python-pip

conda:

$ conda install  pip

macports: install the following packages: py-pip

opensuse:

$ sudo zypper install python3-pip

void:

$ sudo xbps-install  python3-pip

See https://repology.org/project/pip3/versions, https://repology.org/project/python:pip/versions, https://repology.org/project/python3x-pip/versions

However, these system packages will not be used for building Sage because using Python site-packages is not supported by the Sage distribution; see trac ticket #29023