Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #59433
| 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 | <rosuav@gmail.com> |
| 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 | <l62kfe$sr8$4@news.grnet.gr> |
| References | <l601li$9kp$1@news.grnet.gr> <l62kfe$sr8$4@news.grnet.gr> |
| Date | Fri, 15 Nov 2013 00:57:54 +1100 |
| Subject | Re: Trying tcompile an use the Python 3.4a |
| From | Chris Angelico <rosuav@gmail.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2594.1384437484.18130.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On Fri, Nov 15, 2013 at 12:50 AM, Nick the Gr33k <nikos@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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Trying tcompile an use the Python 3.4a Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-13 16:17 +0200
Re: Trying tcompile an use the Python 3.4a Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-13 16:21 +0200
Re: Trying tcompile an use the Python 3.4a Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2013-11-13 15:23 +0100
Re: Trying tcompile an use the Python 3.4a Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-13 16:26 +0200
Re: Trying tcompile an use the Python 3.4a Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-11-13 15:59 +0000
Re: Trying tcompile an use the Python 3.4a Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-13 16:28 +0200
Re: Trying tcompile an use the Python 3.4a Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-11-13 16:13 +0000
Re: Trying tcompile an use the Python 3.4a Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-13 18:38 +0200
Re: Trying tcompile an use the Python 3.4a Ned Batchelder <ned@nedbatchelder.com> - 2013-11-13 09:29 -0800
Re: Trying tcompile an use the Python 3.4a Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-11-14 02:51 +0000
Re: Trying tcompile an use the Python 3.4a Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2013-11-13 18:45 +0100
Re: Trying tcompile an use the Python 3.4a Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-13 23:19 +0200
Re: Trying tcompile an use the Python 3.4a Johannes Findeisen <mailman@hanez.org> - 2013-11-13 22:30 +0100
Re: Trying tcompile an use the Python 3.4a Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-13 23:39 +0200
Re: Trying tcompile an use the Python 3.4a Ned Batchelder <ned@nedbatchelder.com> - 2013-11-13 13:44 -0800
Re: Trying tcompile an use the Python 3.4a Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-13 23:52 +0200
Re: Trying tcompile an use the Python 3.4a Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-13 21:56 +0000
Re: Trying tcompile an use the Python 3.4a Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-14 00:00 +0200
Re: Trying tcompile an use the Python 3.4a Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-13 22:32 +0000
Re: Trying tcompile an use the Python 3.4a Ned Batchelder <ned@nedbatchelder.com> - 2013-11-13 16:57 -0800
Re: Trying tcompile an use the Python 3.4a Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-14 01:10 +0000
Re: Trying tcompile an use the Python 3.4a Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-11-14 02:55 +0000
Re: Trying tcompile an use the Python 3.4a Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-14 19:12 +0000
Re: Trying tcompile an use the Python 3.4a Chris Angelico <rosuav@gmail.com> - 2013-11-15 10:23 +1100
Re: Trying tcompile an use the Python 3.4a Johannes Findeisen <mailman@hanez.org> - 2013-11-14 01:54 +0100
Re: Trying tcompile an use the Python 3.4a Ferrous Cranus <nikos.gr33k@gmail.com> - 2013-11-14 12:22 +0200
Re: Trying tcompile an use the Python 3.4a Denis McMahon <denismfmcmahon@gmail.com> - 2013-11-14 01:14 +0000
Re: Trying tcompile an use the Python 3.4a Chris Angelico <rosuav@gmail.com> - 2013-11-14 12:27 +1100
Using alpha software in production [was Re: Trying tcompile an use the Python 3.4a] Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-11-14 02:00 +0000
Re: Using alpha software in production [was Re: Trying tcompile an use the Python 3.4a] Chris Angelico <rosuav@gmail.com> - 2013-11-14 13:17 +1100
Re: Trying tcompile an use the Python 3.4a Nick the Gr33k <nikos@superhost.gr> - 2013-11-14 15:50 +0200
Re: Trying tcompile an use the Python 3.4a Chris Angelico <rosuav@gmail.com> - 2013-11-15 00:57 +1100
Re: Trying tcompile an use the Python 3.4a Benjamin Kaplan <benjamin.kaplan@case.edu> - 2013-11-14 11:28 -0800
csiph-web