Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #46635

Re: Too many python installations. Should i remove them all and install the latest?

Path csiph.com!usenet.pasdenom.info!news.etla.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.007
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'python3': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'skip:/ 10': 0.09; 'python': 0.11; '2.7': 0.14; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:install': 0.16; 'subject:remove': 0.16; 'tried:': 0.16; 'subject:python': 0.16; '(you': 0.16; 'install': 0.23; 'installation': 0.23; 'entries': 0.24; 'url:home': 0.24; '(or': 0.24; 'code:': 0.26; 'header:X -Complaints-To:1': 0.27; '3.x': 0.31; 'subject:skip:i 10': 0.31; 'subject:all': 0.32; 'fri,': 0.33; 'maybe': 0.34; 'subject:the': 0.34; "i'd": 0.34; 'really': 0.36; "didn't": 0.36; 'subject:?': 0.36; 'manager': 0.38; 'branch': 0.38; 'to:addr:python-list': 0.38; 'that,': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'even': 0.60; 'subject:. ': 0.67; 'skip:/ 30': 0.84; 'subject:latest': 0.84; 'received:108': 0.93; '2013': 0.98
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: Too many python installations. Should i remove them all and install the latest?
Date Fri, 31 May 2013 20:15:22 -0400
Organization > Bestiaria Support Staff <
References <063fc449-5582-4a84-9eea-35e04344dbe0@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding 8bit
X-Gmane-NNTP-Posting-Host adsl-108-79-220-205.dsl.klmzmi.sbcglobal.net
X-Newsreader Forte Agent 3.3/32.846
X-No-Archive YES
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2510.1370045733.3114.python-list@python.org> (permalink)
Lines 26
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1370045733 news.xs4all.nl 15947 [2001:888:2000:d::a6]:44332
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:46635

Show key headers only | View raw


On Fri, 31 May 2013 08:20:54 -0700 (PDT), Íéêüëáïò Êïýñáò
<nikos.gr33k@gmail.com> declaimed the following in
gmane.comp.python.general:

> I'am using CentOS v6.4 on my VPS and hence 'yum' install manager and i just tried:
> 
> Code:
> root@nikos [~]# which python
> /usr/bin/python
> 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 [~]#

	I'd be concerned that those 3/3.3 entries are showing up in a 2.7
installation directory!

	Other than that, I'd see if some of those of softlinks (or even
hardlinks) to another... That is: /usr/bin/python maybe links to your
python3.3, and your python3 also links to the python3.3 -- meaning you
really only have one Python in the 3.x branch (you didn't check for 2.x)
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
        wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-05-31 08:20 -0700
  Re: Too many python installations. Should i remove them all and install the latest? Fábio Santos <fabiosantosart@gmail.com> - 2013-05-31 16:37 +0100
    Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-05-31 08:41 -0700
      Re: Too many python installations. Should i remove them all and install the latest? Ian Kelly <ian.g.kelly@gmail.com> - 2013-05-31 09:59 -0600
  Re: Too many python installations. Should i remove them all and install the latest? Michael Torrie <torriem@gmail.com> - 2013-05-31 09:55 -0600
    Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-05-31 10:10 -0700
      Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-05-31 10:11 -0700
        Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-05-31 10:16 -0700
          Re: Too many python installations. Should i remove them all and install the latest? Ian Kelly <ian.g.kelly@gmail.com> - 2013-05-31 11:33 -0600
            Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-05-31 10:42 -0700
              Re: Too many python installations. Should i remove them all and install the latest? Ian Kelly <ian.g.kelly@gmail.com> - 2013-05-31 11:55 -0600
                Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-05-31 11:02 -0700
                Re: Too many python installations. Should i remove them all and install the latest? Fábio Santos <fabiosantosart@gmail.com> - 2013-05-31 23:03 +0100
                Re: Too many python installations. Should i remove them all and install the latest? David <bouncingcats@gmail.com> - 2013-06-01 08:50 +1000
                Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-05-31 16:30 -0700
                Re: Too many python installations. Should i remove them all and install the latest? Chris Angelico <rosuav@gmail.com> - 2013-06-01 09:39 +1000
                Re: Too many python installations. Should i remove them all and install the latest? Ian Kelly <ian.g.kelly@gmail.com> - 2013-05-31 17:55 -0600
                Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-05-31 17:08 -0700
                Re: Too many python installations. Should i remove them all and install the latest? Chris Angelico <rosuav@gmail.com> - 2013-06-01 10:19 +1000
                Re: Too many python installations. Should i remove them all and install the latest? Chris Angelico <rosuav@gmail.com> - 2013-06-01 09:38 +1000
                Re: Too many python installations. Should i remove them all and install the latest? David <bouncingcats@gmail.com> - 2013-06-01 10:18 +1000
                Re: Too many python installations. Should i remove them all and install the latest? Chris Angelico <rosuav@gmail.com> - 2013-06-01 10:24 +1000
                Re: Too many python installations. Should i remove them all and install the latest? Chris Angelico <rosuav@gmail.com> - 2013-06-03 13:18 +1000
                Re: Too many python installations. Should i remove them all and install the latest? nagia.retsina@gmail.com - 2013-06-03 08:00 -0700
                Re: Too many python installations. Should i remove them all and install the latest? Joshua Landau <joshua.landau.ws@gmail.com> - 2013-06-03 12:26 +0100
                Re: Too many python installations. Should i remove them all and install the latest? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-06-01 01:43 +0100
                Re: Too many python installations. Should i remove them all and install the latest? Michael Torrie <torriem@gmail.com> - 2013-05-31 18:59 -0600
                Re: Too many python installations. Should i remove them all and install the latest? Ian Kelly <ian.g.kelly@gmail.com> - 2013-06-03 12:29 -0600
      Re: Too many python installations. Should i remove them all and install the latest? Ian Kelly <ian.g.kelly@gmail.com> - 2013-05-31 11:24 -0600
        Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-05-31 10:38 -0700
  Re: Too many python installations. Should i remove them all and install the latest? Alister <alister.ware@ntlworld.com> - 2013-05-31 17:24 +0000
  Re: Too many python installations. Should i remove them all and install the latest? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-05-31 20:15 -0400
    Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-05-31 22:35 -0700
      Re: Too many python installations. Should i remove them all and install the latest? Chris Angelico <rosuav@gmail.com> - 2013-06-01 16:18 +1000
        Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-06-01 00:51 -0700
          Re: Too many python installations. Should i remove them all and install the latest? Chris Angelico <rosuav@gmail.com> - 2013-06-01 18:00 +1000
          Re: Too many python installations. Should i remove them all and install the latest? Cameron Simpson <cs@zip.com.au> - 2013-06-01 18:21 +1000
            Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-06-01 01:30 -0700
              Re: Too many python installations. Should i remove them all and install the latest? Cameron Simpson <cs@zip.com.au> - 2013-06-02 14:36 +1000
              Re: Too many python installations. Should i remove them all and install the latest? Chris Angelico <rosuav@gmail.com> - 2013-06-02 14:41 +1000
                Re: Too many python installations. Should i remove them all and install the latest? Walter Hurry <walterhurry@lavabit.com> - 2013-06-03 14:35 +0000
                Re: Too many python installations. Should i remove them all and install the latest? nagia.retsina@gmail.com - 2013-06-03 08:01 -0700
                Re: Too many python installations. Should i remove them all and install the latest? Michael Torrie <torriem@gmail.com> - 2013-06-03 12:37 -0600
                Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-06-03 23:33 -0700
                Re: Too many python installations. Should i remove them all and install the latest? Fábio Santos <fabiosantosart@gmail.com> - 2013-06-04 08:08 +0100
                Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-06-04 00:11 -0700
                Re: Too many python installations. Should i remove them all and install the latest? alex23 <wuwei23@gmail.com> - 2013-06-04 00:21 -0700
                Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-06-04 00:39 -0700
                Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-06-04 01:20 -0700
                Re: Too many python installations. Should i remove them all and install the latest? Νικόλαος Κούρας <nikos.gr33k@gmail.com> - 2013-06-04 02:49 -0700
                Re: Too many python installations. Should i remove them all and install the latest? Fábio Santos <fabiosantosart@gmail.com> - 2013-06-04 12:26 +0100
                Re: Too many python installations. Should i remove them all and install the latest? Fábio Santos <fabiosantosart@gmail.com> - 2013-06-04 12:29 +0100
                Re: Too many python installations. Should i remove them all and install the latest? Michael Torrie <torriem@gmail.com> - 2013-06-04 08:32 -0600
          Re: Too many python installations. Should i remove them all and install the latest? Michael Torrie <torriem@gmail.com> - 2013-06-02 11:33 -0600
  Re: Too many python installations. Should i remove them all and install the latest? alex23 <wuwei23@gmail.com> - 2013-06-02 19:16 -0700

csiph-web