install pip with pacman linux code example
Example: install pip with pacman linux
$ sudo pacman -S python2-pip #Python 2
$ sudo pacman -S python-pip #Python 3
$ sudo pacman -S python2-pip #Python 2
$ sudo pacman -S python-pip #Python 3