Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!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.036 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'python3': 0.07; 'dependency': 0.09; 'python': 0.11; 'centos.': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'subject: \n ': 0.16; 'subject:install': 0.16; 'subject:remove': 0.16; 'symlink': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'header:User-Agent:1': 0.23; 'certainly': 0.24; 'looks': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; "i'm": 0.30; 'subject:skip:i 10': 0.31; 'subject:all': 0.32; 'actual': 0.34; 'subject:the': 0.34; 'but': 0.35; 'subject:?': 0.36; 'two': 0.37; 'message-id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'system.': 0.39; 'received:org': 0.40; 'remove': 0.60; 'course.': 0.60; 'break': 0.61; 'subject:. ': 0.67; 'of:': 0.68; '8bit%:100': 0.72; 'fantastic': 0.74; 'subject:latest': 0.84 X-Virus-Scanned: amavisd-new at torriefamily.org Date: Fri, 31 May 2013 09:55:03 -0600 From: Michael Torrie User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.12) Gecko/20130105 Thunderbird/10.0.12 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Too many python installations. Should i remove them all and install the latest? References: <063fc449-5582-4a84-9eea-35e04344dbe0@googlegroups.com> In-Reply-To: <063fc449-5582-4a84-9eea-35e04344dbe0@googlegroups.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1370015715 news.xs4all.nl 15890 [2001:888:2000:d::a6]:40288 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46611 On 05/31/2013 09:20 AM, Νικόλαος Κούρας wrote: > Why so many pythons in my system. Now in the case of my Python3 > installation, it looks like i have two parallel installations of > Python3, but i don't. One is almost certainly a symlink to the other > and not an actual installation. Well is it a symlink? > I'm thinking of: > > yum remove python > yum remove python3 > yum remove python3.3 What a fantastic way to completely break your os! Python 2 is is a deep dependency of CentOS. You cannot remove it. Python3 and 3.3 can be removed of course.