Install Pip
pip - A tool for installing and managing Python packages
To install Python package installer pip in Arch Linux, simply execute the following command -
Pip for Python 3
$ sudo pacman -S python-pipPip for Python 2
$ sudo pacman -S python2-pipSource: LinuxHint
Last updated