install pip with pacman linux

Solutions on MaxInterview for install pip with pacman linux by the best coders in the world

showing results for - "install pip with pacman linux"
Emilio
06 Jan 2021
1$ sudo pacman -S python2-pip                #Python 2
2
3$ sudo pacman -S python-pip                #Python 3