Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.013 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'source,': 0.04; 'subject:Python': 0.06; 'source.': 0.07; 'python': 0.11; '12:50': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'nick': 0.16; 'rather,': 0.16; 'wrote:': 0.18; 'install': 0.23; 'own.': 0.24; '(or': 0.24; 'source': 0.25; '15,': 0.26; 'header :In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'run': 0.32; 'linux': 0.33; 'fri,': 0.33; 'subject:the': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'done': 0.36; 'should': 0.36; 'wrong': 0.37; 'system,': 0.38; 'nov': 0.38; 'whatever': 0.38; 'to:addr:python-list': 0.38; 'that,': 0.38; 'to:addr:python.org': 0.39; 'easy': 0.60; 'managers': 0.61; "you're": 0.61; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ZtD92sthzWTUiO0bcEAoqH2RLl7gIL/mdj/ljeN+PoA=; b=nxrmPK9HRfzi1+9g8qZnx96cjzpZ/TovXG+ZDdaSmpOQdkUWClV7MslV3CJhDuM0hx 4er4Y1fWr5+QcypXrzLgRtYjfN6Pv3siBgqGORNP1gVBL6cT7Mn7tSUVm8gMCi6mYwQW 1jtrbuw4P6vKB0DtSEpR3Z/e4ANugTA9xIvdcyofGeKm4DsVV8JNdx/Ek97bSF3PECi+ BgKc1dsG4zj4jE98TCPH4fWZNwtLh1Pn4yb/MTUsAxwX/bf4LfgBli9ygluDrwuPWWip pzbpofd97AEOgDQr3ysfDgEVHdFgA4C3/b2bm182TJe1kRXM29bHB/+SHSvpYBvguzKG cTNQ== MIME-Version: 1.0 X-Received: by 10.66.164.136 with SMTP id yq8mr1484722pab.67.1384437474479; Thu, 14 Nov 2013 05:57:54 -0800 (PST) In-Reply-To: References: Date: Fri, 15 Nov 2013 00:57:54 +1100 Subject: Re: Trying tcompile an use the Python 3.4a From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1384437485 news.xs4all.nl 15888 [2001:888:2000:d::a6]:37662 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:59433 On Fri, Nov 15, 2013 at 12:50 AM, Nick the Gr33k 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