I untarred this: python-pip-1.5.6-2-any.pkg.tar.xz
tar -xf python-pip-1.5.6-2-any.pkg.tar.xz
and it made a usr
folder
with subfolders bin
, lib
, and share
inside bin
is pip
, pip3
, and pip3.4
How the heck am I supposed to run makepkg
?
I don't know how to install this.
pacman -S python-pip
should also work.The current version in the repository is 1.5.6-2
NOTE: for python 2.7 you would need to install
python2-pip
instead ofpython-pip
.Does the instruction here work for you? https://pip.pypa.io/en/latest/installing.html
so basically: