Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!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.060 X-Spam-Evidence: '*H*': 0.88; '*S*': 0.00; 'python3': 0.07; 'lines.': 0.09; 'python': 0.11; 'subject: \n ': 0.16; 'subject:install': 0.16; 'subject:remove': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; '31,': 0.24; "aren't": 0.24; 'looks': 0.24; 'header:In- Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'subject:skip:i 10': 0.31; 'subject:all': 0.32; 'run': 0.32; 'fri,': 0.33; 'subject:the': 0.34; 'received:google.com': 0.35; 'subject:?': 0.36; 'too': 0.37; 'two': 0.37; 'same.': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; '8bit%:95': 0.64; 'subject:. ': 0.67; '8bit%:92': 0.71; '8bit%:100': 0.72; '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=xO9TWSODw2jtRVcKz0tZOKOes0Rb7AOl496jgWm93qA=; b=MwF/lsNXa3DGVKYwxHM/9FmR0lUmkgFbTiC2XmYWcxhVXlmK9N4dnfy+DSybHH8Up2 ggTYKiCiuMvl/MvIuq5kYrE+vXay7z+39EKmD5Vri1GlMz2N6heybl7qSV60KB2urTd0 tgt6o+x4n98An9HgyhNsUHLLtPtQY68o1D+ryZIIv1d9OVApxLdcc8wmozwKvVW3AVES grDCsKA6mFrd5OHWalrtdjOywcwvOhw6mwBSNxwLL0KsbNcibcRnj76Odc6ygDdJdbpt nP4O4sQjag+/pk9j1N0qfk45d2TJCyE3kcPYG7H7wV2gzIpNUB5gr+NuM2m708AXyGrw NsNw== X-Received: by 10.66.144.136 with SMTP id sm8mr14094706pab.115.1370016010299; Fri, 31 May 2013 09:00:10 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <063fc449-5582-4a84-9eea-35e04344dbe0@googlegroups.com> From: Ian Kelly Date: Fri, 31 May 2013 09:59:30 -0600 Subject: Re: Too many python installations. Should i remove them all and install the latest? To: Python Content-Type: text/plain; charset=UTF-8 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: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1370016013 news.xs4all.nl 15992 [2001:888:2000:d::a6]:44262 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46612 On Fri, May 31, 2013 at 9:41 AM, =CE=9D=CE=B9=CE=BA=CF=8C=CE=BB=CE=B1=CE=BF= =CF=82 =CE=9A=CE=BF=CF=8D=CF=81=CE=B1=CF=82 wrote: > =CE=A4=CE=B7 =CE=A0=CE=B1=CF=81=CE=B1=CF=83=CE=BA=CE=B5=CF=85=CE=AE, 31 = =CE=9C=CE=B1=CE=90=CE=BF=CF=85 2013 6:37:06 =CE=BC.=CE=BC. UTC+3, =CE=BF = =CF=87=CF=81=CE=AE=CF=83=CF=84=CE=B7=CF=82 F=C3=A1bio Santos =CE=AD=CE=B3= =CF=81=CE=B1=CF=88=CE=B5: > >> Check if python3 and python3.3 aren't the same. Run them and look at the= "intro" > lines. > > root@nikos [~]# python -V > Python 2.6.6 > root@nikos [~]# python3 -V > Python 3.3.0 > root@nikos [~]# python3.3 -V > Python 3.3.0 So it looks like you have two Python installations, one for Python 2 and one for Python 3. Why is that too many?