python2-pip on AUR (Arch User Repository)

Last updated: September 28,2024

1. Install "python2-pip" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install python2-pip on Arch using YAY

$ yay -S python2-pip

* (Optional) Uninstall python2-pip on Arch using YAY

$ yay -Rns python2-pip

2. Manually Install "python2-pip" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone python2-pip's git locally

$ git clone https://aur.archlinux.org/python2-pip.git ~/python2-pip

c. Go to ~/python2-pip folder and install it

$ cd ~/python2-pip $ makepkg -si

3. Information about the python2-pip package on Arch User Repository (AUR)

ID: 1411000
Name: python2-pip
PackageBaseID: 186171
PackageBase: python2-pip
Version: 20.3.4-1
Description: The PyPA recommended tool for installing Python packages
URL: https://pip.pypa.io/
NumVotes: 3
Popularity: 0.002503
OutOfDate:
Maintainer: tallero
Submitter: tallero
FirstSubmitted: 1664499968
LastModified: 1708191573
URLPath: /cgit/aur.git/snapshot/python2-pip.tar.gz