Trying tcompile an use the Python 3.4a

Chris Angelico rosuav at gmail.com
Thu Nov 14 08:57:54 EST 2013


On Fri, Nov 15, 2013 at 12:50 AM, Nick the Gr33k <nikos at superhost.gr> wrote:
> 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"
>
> what wrong with this 'yum' manager?

With yum you get whatever yum is carrying. If you build from source,
you're on your own. You chose to build from source. Now you're on your
own. Have fun. Get to know what it takes to run your own system,
without the package manager's help (or rather, without as much of the
package manager's help). These are Linux system administration
questions, NOT Python questions.

ChrisA



More information about the Python-list mailing list