<p dir="ltr"><br>
On Nov 14, 2013 5:55 AM, "Nick the Gr33k" <<a href="mailto:nikos@superhost.gr">nikos@superhost.gr</a>> wrote:<br>
><br>
> Will someone please tell me how to install 'pip'<br>
><br>
> My website is not working because modules are missing and the only way i can install them is by installing python's module manager 'pip'<br>
><br>
> but 'yum install python-pip' fails.<br>
><br>
> How would i install the damn thing?<br>
><br>
> These action should be done via package managers but i wasn't ven able to install python 3.4a like that, i had to compile it form source when the easy thing to do was "yum install python3"<br>
><br>
> what wrong with this 'yum' manager?<br>
> -- <br>
> <a href="https://mail.python.org/mailman/listinfo/python-list">https://mail.python.org/mailman/listinfo/python-list</a></p>
<p dir="ltr">package managers assume that they are the only thing installing software on your system. Any python related package you install through yum will only be compiled for and installed to the versions of python that you can get through yum. If you want to compile python outside they package manager, you'll also have to install all the libraries outside of the package manager.</p>