Answers for "Install PIP on ArchLinux"

4

install pip arch linux

# Arch Linux
sudo pacman -S python2-pip                #Python 2

sudo pacman -S python-pip                #Python 3
Posted by: Guest on March-15-2021
1

Install PIP on ArchLinux

1. Enable the extra repository on /etc/pacman.conf:

[extra]
Include = /etc/pacman.d/mirrorlist

2. Install python-pip zst package:
sudo pacman -Syu python-pip
Posted by: Guest on July-03-2021

Browse Popular Code Answers by Language