Problems with sudo yum install python27-python-pip.noarch on RHEL 7

Latest response

I typed sudo yum install python27-python-pip.noarch and it looked like it installed fine, but whenever I type pip in the command line, I get an error "bash: pip: command not found..." Under my installed products, I have "Red Hat Enterpirse Linux Server -Extended Update Support", "Red Hat Software Collections (for RHEL Server)", and "Red Hat Enterprise LInux Server". How do I install pip using the official RHEL packages? It says installed by /var/lib/yum/yumdb/p/e83843cf0ce9ed24fde590d5918127f5b186b9bc-python27-python-pip-7.1.0-2.el7-noarch when I sudo find / | grep pip but I do not see where this installed to. I do not see it in site-packages, /usr/bin or the usual places.

Responses