Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <6910a60511090844o18f8f839s@mail.gmail.com>
Date: Wed, 9 Nov 2005 17:44:45 +0100
From: Reini Urban <rurban@x-ray.at>
To: cygwin@cygwin.com
Subject: Re: Cygwin python & multiple versions
In-Reply-To: <20051109131231.GA3364@tishler.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Disposition: inline
References: <436F9870.8060600@wingware.com> <20051109131231.GA3364@tishler.net>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id jA9GivwL024995

2005/11/9, Jason Tishler <jason@tishler.net>:
> On Mon, Nov 07, 2005 at 01:09:52PM -0500, John Ehresman wrote:
> > Is it possible to install cygwin python 2.4 while retaining cygwin
> > python 2.2 & 2.3?  I realize that only one will be available as
> > 'python', but things are set up to use python2.2, python2.3, etc
> > commands.
>
> I think it is possible if you install the packages manually (without
> using setup.exe).  AFAICT, only the following files will overwrite each
> other:
>
>     $ tar -tjf python-2.4.1-1.tar.bz2 | egrep -v '2.4|/$'
>     usr/bin/idle
>     usr/bin/pydoc
>     usr/bin/python.exe
>     usr/bin/smtpd.py
>     usr/share/man/man1/python.1

A perfect job for alternatives, with -slave
I do this for libtool.
--
Reini Urban

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


