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


Groups > comp.lang.python > #30905

Re: Coexistence of Python 2.x and 3.x on same OS

Path csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <ian.g.kelly@gmail.com>
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; 'python.': 0.02; 'subject:Python': 0.05; 'scripts': 0.09; 'python': 0.09; 'msi': 0.09; 'subject:same': 0.09; 'extension': 0.13; 'file,': 0.15; 'sat,': 0.15; 'editor,': 0.16; 'oct': 0.16; 'tool.': 0.16; 'unregister': 0.16; 'variable.': 0.16; 'wrote:': 0.17; 'version.': 0.17; 'windows': 0.19; 'defined': 0.22; 'installation': 0.23; 'somebody': 0.23; 'installed': 0.23; 'allows': 0.25; 'header:In- Reply-To:1': 0.25; 'wrote': 0.26; 'am,': 0.27; 'message- id:@mail.gmail.com': 0.27; "doesn't": 0.28; 'correct': 0.28; 'run': 0.28; 'environment': 0.29; 'included': 0.29; 'this.': 0.29; 'received:209.85.215.46': 0.30; 'system,': 0.32; 'file': 0.32; 'space,': 0.32; 'to:addr:python-list': 0.33; 'version': 0.34; 'received:google.com': 0.34; 'received:209.85': 0.35; 'but': 0.36; 'does': 0.37; 'uses': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'mean': 0.38; 'there,': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'different': 0.63; 'ever': 0.63; 'here': 0.65; 'benefit': 0.70; 'associations': 0.84; 'console,': 0.84; 'dream.': 0.84; "else's": 0.84; 'isolated': 0.84; 'to:name:python': 0.84
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; bh=kgRbdlt4X71iGzVgtV4ZWiX6jj7gUAnk0r7Mc4y3oXM=; b=m9zR2PkqaLH8IcoTBXD5yFC8WI67W57uFI6Xs846kic2Lq34qxv100Tu5PRZZ35DYP 8QO3sXaeQp0y1oaNmsJryDTv+jlaOvkh+e1yFN+AiwX+YybInSJ/Aq/SwxBiUynhb2Mi YWS7F8eUhDNlESoCb1upsVrgCFY762wv21PlO02wr28PZKEbhEZKmHvtiYO9WSGR+a3C A0Rd1Be8TrHjKuWSR4bnelkJtVifwhA8+zH39TgtMEpMMV9565gxIdILz05mlb9baRQj f/o/8l3HbfswKyv5lQypdgXQG9BSOAJbQeIabbufvIIpYnnZxCJHHqQ1cM5DQbno9wuQ qxag==
MIME-Version 1.0
In-Reply-To <314ffb69-c89b-42f6-9af1-61005056ef91@googlegroups.com>
References <k4a5m9$l2k$1@dont-email.me> <314ffb69-c89b-42f6-9af1-61005056ef91@googlegroups.com>
From Ian Kelly <ian.g.kelly@gmail.com>
Date Sat, 6 Oct 2012 21:13:24 -0600
Subject Re: Coexistence of Python 2.x and 3.x on same OS
To Python <python-list@python.org>
Content-Type text/plain; charset=ISO-8859-1
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.1915.1349579637.27098.python-list@python.org> (permalink)
Lines 27
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1349579637 news.xs4all.nl 6929 [2001:888:2000:d::a6]:43969
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:30905

Show key headers only | View raw


On Sat, Oct 6, 2012 at 1:27 AM,  <wxjmfauth@gmail.com> wrote:
> Using Python on Windows is a dream.
>
> Python uses and needs the system, but the system does
> not use Python.
>
> Every Python version is installed in its own isolated
> space, site-packages included and without any defined
> environment variable. Every Python can be seen as a
> different application.
> Knowing this, it is a no-problem to use the miscellaneous
> versions; can be with the console, with an editor, with
> .bat or .cmd files, with the Windows "start menu" launcher,
> ... like any application.
>
> The file extension is a double sword. Do not use it or
> unregister it, the msi installer allows to do this.
> It is the same task/problem as with any file, .txt, .png, ...
>
> The new Python launcher is a redondant tool.

Yes, because all scripts are only ever run by the person who wrote
them.  The main benefit here is for distribution of Python scripts
with version requirements.  Just because you can rely on your Python
installation to be in C:\Python27 doesn't mean you can rely on
somebody else's installation to be there, or on their file
associations to be configured for the correct version.

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


Thread

Coexistence of Python 2.x and 3.x on same OS Edward Diener <eldiener@tropicsoft.invalid> - 2012-09-30 15:14 -0400
  Re: Coexistence of Python 2.x and 3.x on same OS Andrew Berg <bahamutzero8825@gmail.com> - 2012-09-30 14:38 -0500
    Re: Coexistence of Python 2.x and 3.x on same OS Edward Diener <eldiener@tropicsoft.invalid> - 2012-09-30 23:06 -0400
      Re: Coexistence of Python 2.x and 3.x on same OS Andrew Berg <bahamutzero8825@gmail.com> - 2012-09-30 22:54 -0500
      Re: Coexistence of Python 2.x and 3.x on same OS Dave Angel <d@davea.name> - 2012-09-30 23:55 -0400
      Re: Coexistence of Python 2.x and 3.x on same OS Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-10-01 09:28 +0100
      Re: Coexistence of Python 2.x and 3.x on same OS Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-10-01 13:32 -0400
        Re: Coexistence of Python 2.x and 3.x on same OS Edward Diener <eldiener@tropicsoft.invalid> - 2012-10-05 08:06 -0400
      Re: Coexistence of Python 2.x and 3.x on same OS David Robinow <drobinow@gmail.com> - 2012-10-01 15:36 -0400
      Re: Coexistence of Python 2.x and 3.x on same OS Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-10-01 20:46 +0100
    Re: Coexistence of Python 2.x and 3.x on same OS Edward Diener <eldiener@tropicsoft.invalid> - 2012-10-05 08:16 -0400
  Re: Coexistence of Python 2.x and 3.x on same OS Alister <alister.ware@ntlworld.com> - 2012-10-01 16:02 +0000
    Re: Coexistence of Python 2.x and 3.x on same OS Edward Diener <eldiener@tropicsoft.invalid> - 2012-10-05 08:15 -0400
      Re: Coexistence of Python 2.x and 3.x on same OS Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-10-05 13:29 +0100
      Re: Coexistence of Python 2.x and 3.x on same OS Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-10-05 17:32 -0400
        Re: Coexistence of Python 2.x and 3.x on same OS Edward Diener <eldiener@tropicsoft.invalid> - 2012-10-05 20:51 -0400
  Re: Coexistence of Python 2.x and 3.x on same OS wxjmfauth@gmail.com - 2012-10-06 00:27 -0700
    Re: Coexistence of Python 2.x and 3.x on same OS Ian Kelly <ian.g.kelly@gmail.com> - 2012-10-06 21:13 -0600

csiph-web