Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!cs.uu.nl!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'charset:iso-8859-7': 0.04; 'python3': 0.07; 'see.': 0.07; 'source.': 0.07; 'oh,': 0.09; 'skip:/ 10': 0.09; 'python': 0.11; '2.7': 0.14; '-rf': 0.16; 'binary,': 0.16; 'subject: \n ': 0.16; 'subject:install': 0.16; 'subject:remove': 0.16; 'subject:python': 0.16; 'folder': 0.16; 'wrote:': 0.18; 'install': 0.23; '31,': 0.24; 'looks': 0.24; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'python2.7': 0.31; 'subject:skip:i 10': 0.31; 'though.': 0.31; 'probably': 0.32; 'subject:all': 0.32; 'fri,': 0.33; 'subject:the': 0.34; 'case,': 0.35; 'received:google.com': 0.35; '2.6': 0.36; "didn't": 0.36; 'subject:?': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'first': 0.61; 'subject:. ': 0.67; 'skip:/ 30': 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:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=wjqMI2v7u2dyaCnvor9Cxrfw3cOLDdgRTTHGP2T7paA=; b=a7J4/4h8xaNgox5/PJhehCR9MAzzXG2Xm4dXOD4iu/z8StVWiYKZDuv+yBjtwzZqH5 4Di6TQBPWNFNDyLBLkG+52fDM2KOm20ji1Cu2h1aPuX60mZKUwwHzmDe0DNHSLM0jYH7 yKBPjUSxOodA/aga1OIFIbceqUjFDr4S349aGwlQZX80ixm3ZA1fkLYzEKI0nYXu7sTk wMiT4zfFzOhzKhtcjZOdvrbcti0KeLq5ICD19ydkUWIacFDz5QM0WUcfSdxXRAg+n2K6 6ee172W9k/tCCt/rSxmMBHUJ91bRaCKAmPukhGCJhQ53txB27tVF7xbRcEr1EpJ+0xOH J0Ww== X-Received: by 10.66.8.69 with SMTP id p5mr14646951paa.57.1370021641081; Fri, 31 May 2013 10:34:01 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <98f99db1-d200-4291-a050-cbbb30290d4c@googlegroups.com> References: <063fc449-5582-4a84-9eea-35e04344dbe0@googlegroups.com> <98f99db1-d200-4291-a050-cbbb30290d4c@googlegroups.com> From: Ian Kelly Date: Fri, 31 May 2013 11:33:20 -0600 Subject: Re: Too many python installations. Should i remove them all and install the latest? To: Python 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: 27 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1370021651 news.xs4all.nl 15959 [2001:888:2000:d::a6]:41960 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46619 On Fri, May 31, 2013 at 11:16 AM, =CD=E9=EA=FC=EB=E1=EF=F2 =CA=EF=FD=F1=E1= =F2 wrote: > root@nikos [~]# which python > /usr/bin/python > root@nikos [~]# which python2 > /usr/bin/python2 > root@nikos [~]# which python3 > /root/.local/lib/python2.7/bin/python3 > root@nikos [~]# which python3.3 > /root/.local/lib/python2.7/bin/python3.3 > root@nikos [~]# > > So i have > 2.6 > 2.7 > 3 > 3.3 > > 4 installations? Oh, I see. The python3 and python3.3 are probably the same binary, though. In any case, since Python 2.7 and Python 3 are both installed under /root/.local, it looks like you didn't install them using yum in the first place. You probably installed them from source. If that's the case, you can probably just rm -rf the python2.7 folder from each of the /root/.local subfolders that has it.