Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!newsfeed.kamp.net!newsfeed.kamp.net!newsfeed.freenet.ag!news2.euro.net!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.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python,': 0.02; 'charset:iso-8859-7': 0.04; 'source,': 0.04; 'source.': 0.07; 'makefile': 0.09; 'mixed': 0.09; 'python': 0.11; '2.7': 0.14; '5:30': 0.16; 'subject: \n ': 0.16; 'subject:install': 0.16; 'subject:remove': 0.16; 'uninstall': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'install': 0.23; 'installation': 0.23; '31,': 0.24; 'directory.': 0.24; 'source': 0.25; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'ok.': 0.31; 'option.': 0.31; 'subject:skip:i 10': 0.31; 'subject:all': 0.32; 'another': 0.32; 'fri,': 0.33; 'subject:the': 0.34; 'case,': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'located': 0.36; 'subject:?': 0.36; 'version,': 0.38; 'skip:[ 10': 0.38; 'to:addr:python-list': 0.38; 'files': 0.38; 'pm,': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'remove': 0.60; 'provide': 0.64; 'subject:. ': 0.67; './configure': 0.84; 'hand.': 0.84; 'subject:latest': 0.84; '***': 0.95; '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=3o7AyjfLxZ0zrZwL1aRsP5SC+0IzNfS365JzuGifEdg=; b=MEJ4+WCakcQvwWJjf0GpJkXDRe0YHbk1hC/A8T1T1VaNUj7CoFLAcvpAryJQy8FGrw oC/wDen9DasO6h7fDTN3qYAIFpuVQ7/nDmlALAcN7qg6SJBAIKSfoDl4Z+O+284TmJoF WQJGX6SN5lCSM3bfAYGjyWApRmCeKCJcSn9U2rKp989AUpP+2J0TDWJTaZqie602Eoeg pFiNw4ko8ZjN9WWtoZXvL4r1+JbG7WgOZoGgKIgridRU9v8oKhG7vcHgYOpDf8o7sV7d 9SL0nxh6afZe00sn8aArmeMf9gM+kKgnRoWVQ5HLac/dFPxoiAbGRHbbww39uVaYrYvz yHow== X-Received: by 10.66.144.136 with SMTP id sm8mr15577605pab.115.1370044578557; Fri, 31 May 2013 16:56:18 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <5dcbe51b-407d-4285-bec8-f3fda7e77742@googlegroups.com> References: <063fc449-5582-4a84-9eea-35e04344dbe0@googlegroups.com> <98f99db1-d200-4291-a050-cbbb30290d4c@googlegroups.com> <5dcbe51b-407d-4285-bec8-f3fda7e77742@googlegroups.com> From: Ian Kelly Date: Fri, 31 May 2013 17:55:38 -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: 1370044587 news.xs4all.nl 15879 [2001:888:2000:d::a6]:38430 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46632 On Fri, May 31, 2013 at 5:30 PM, =CD=E9=EA=FC=EB=E1=EF=F2 =CA=EF=FD=F1=E1= =F2 wrote: > Indeed i have comiled python 2.7 and 3.3 form source after wget and > ./configure an make install > > but i belive somehting is mixed up althouh python works ok. > > root@nikos [/opt/python3/bin]# ls -al > ... > root@nikos [/opt/python3/bin]# make help > make: *** No rule to make target `help'. Stop. > root@nikos [/opt/python3/bin]# > > > cant remove it. The Makefile would be located in the source directory where you built Python, not in the installation directory. But in any case, I don't think the Python Makefile includes an uninstall option. If you want to uninstall Python that was built from source, you need to remove the files by hand. > Why you say i cant just yum install python3.3.2 Because CentOS 6 evidently does not provide a package for any version of Python other than 2.6. If you want to install another version, you will need to do it from source.