Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!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.031 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'charset:iso-8859-7': 0.04; 'mess': 0.09; 'python': 0.11; "wouldn't": 0.14; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject: \n ': 0.16; 'subject:install': 0.16; 'subject:remove': 0.16; 'sure.': 0.16; 'subject:python': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'things.': 0.19; 'install': 0.23; 'rid': 0.24; 'source': 0.25; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'message-id:@mail.gmail.com': 0.30; 'subject:skip:i 10': 0.31; 'subject:all': 0.32; 'there,': 0.34; 'core': 0.34; 'subject:the': 0.34; 'could': 0.34; 'received:209.85': 0.35; 'except': 0.35; 'test': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'building': 0.35; '2.6': 0.36; 'policies': 0.36; 'subject:?': 0.36; 'received:209': 0.37; 'hat': 0.38; 'stable': 0.38; 'needed': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'anything': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'remove': 0.60; 'tell': 0.60; 'new': 0.61; 'simply': 0.61; 'subject:. ': 0.67; 'setups': 0.84; 'subject:latest': 0.84; '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:content-transfer-encoding; bh=GNIRF47Aiwnpn/0lJjkGku2MMRL4/vzu1rpITMJUM1g=; b=N1FC1ljJ8ynuB8t9ZFQg57z5rjeqsXgCf7F89pGRs3KZFyPQkpdebQmQRlNTRQS49l WH1GzPK7mNGUbKpGvGb8N7zFI1tYB2WmQmjCgqdv2oVp8hSfcK5Ycdc43qX0GJmchS+x j0SAwRZze22zQYqffH18FyVVKFw4v6fDpq0pS6RexGK5QWg3lLF0LV+qCOVRRONP3l2F QD4RYHh80njakbx78Lob3146igDgKKB+Wl7C5XTuisbkzdIRgbwFA/pvTGaBKS0wMWg5 1GgEkPB1CNGRta/yu6LWRYVECel2Z/gtnXu1g4eLDX/wDbXE6jJ4agbCJisbu5OPzl20 xOqg== MIME-Version: 1.0 X-Received: by 10.66.190.104 with SMTP id gp8mr17157053pac.84.1370067506836; Fri, 31 May 2013 23:18:26 -0700 (PDT) In-Reply-To: <7eb10d6f-2252-4704-8cad-aca7e6fbf08c@googlegroups.com> References: <063fc449-5582-4a84-9eea-35e04344dbe0@googlegroups.com> <7eb10d6f-2252-4704-8cad-aca7e6fbf08c@googlegroups.com> Date: Sat, 1 Jun 2013 16:18:26 +1000 Subject: Re: Too many python installations. Should i remove them all and install the latest? From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: quoted-printable 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1370067515 news.xs4all.nl 15915 [2001:888:2000:d::a6]:39296 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46648 On Sat, Jun 1, 2013 at 3:35 PM, =CD=E9=EA=FC=EB=E1=EF=F2 =CA=EF=FD=F1=E1=F2= wrote: > Can you please tell me HOW TO GET RID OF ALL PYTHON SETUPS except 2.6 tha= t is needed for system core and then just install 3.3.2? Nuke the hard drive from orbit. It's the only way to be sure. > also why cant i install 3.3.2 using yum. if i could instead of building = from source then i wouldn't have this installed mess but i could simply > yum remove python* That would require that the repo have a 3.3.2 build in it. I don't know the Red Hat / CentOS policies there, but I know Debian stable wouldn't have anything so new - it takes time to test things. ChrisA