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

Dependencies

  • python

  • setuptools

Type

standard

Version Information

package-version.txt:

21.0.1

install-requires.txt:

pip >=20.2.3

Equivalent System Packages

conda:

$ conda install pip3 python:pip python3x-pip

opensuse:

$ sudo zypper install pip3 python:pip python3x-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 https://trac.sagemath.org/ticket/29023