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

  • $(PYTHON)

Version Information

package-version.txt:

24.2

version_requirements.txt:

pip >=23.1.0

Equivalent System Packages

$ sudo pacman -S python-pip
$ conda install pip
$ sudo apt-get install python3-pip
$ sudo yum install python3-pip
$ sudo pkg install devel/py-pip
$ sudo emerge dev-python/pip
$ sudo port install py-pip
$ sudo zypper install python3\$\{PYTHON_MINOR\}-pip
$ 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

If the system package is installed and if the (experimental) option --enable-system-site-packages is passed to ./configure, then ./configure will check if the system package can be used.