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.
To force re-download use the --no-cache-dir flag. Note that this command also reinstalls all dependencies. Add --no-deps to avoid that, as suggested in Finn's answer below.
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 of python-pip
.
Does the instruction here work for you? https://pip.pypa.io/en/latest/installing.html
so basically:
curl -O https://bootstrap.pypa.io/get-pip.py python get-pip.py
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With