install pip linux with pacman 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