Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.datemas.de!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2.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.034 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'subject:Python': 0.06; 'fixes': 0.07; 'release.': 0.09; 'subject:build': 0.09; 'python': 0.11; '--prefix': 0.16; 'abi': 0.16; 'brent': 0.16; 'path.': 0.16; 'subject:install': 0.16; 'subject:versions': 0.16; 'wrote:': 0.18; 'install': 0.23; 'ph.d.': 0.24; 'header:In-Reply-To:1': 0.27; 'guess': 0.33; 'level.': 0.33; 'but': 0.35; 'really': 0.36; 'charset:us-ascii': 0.36; 'level': 0.37; 'sometimes': 0.38; 'to:addr:python-list': 0.38; 'rather': 0.38; 'recent': 0.39; 'does': 0.39; 'to:addr:python.org': 0.39; 'major': 0.40; 'release': 0.40; 'most': 0.60; 'header:Message-Id:1': 0.63; 'provide': 0.64; 'different': 0.65; 'series': 0.66; 'received:204': 0.75; '2014,': 0.84; 'received:204.14': 0.84 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: how to build and install multiple micro-level major.minor versions of Python From: Ned Deily In-Reply-To: <1398797593.9215.2.camel@belmer> Date: Tue, 29 Apr 2014 12:13:26 -0700 Content-Transfer-Encoding: quoted-printable References: <1398785310.2673.16.camel@belmer> <1398797593.9215.2.camel@belmer> To: python-list@python.org X-Mailer: Apple Mail (2.1874) 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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1398804450 news.xs4all.nl 2924 [2001:888:2000:d::a6]:35089 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:70731 On Apr 29, 2014, at 11:53 , Brent S. Elmer Ph.D. = wrote: > Yes, I already use --prefix to build to a different path. I guess = that > is what I need to do but I would rather have a way to have the build = and > install process install to the micro level. Python deliberately does not provide a way to install to the micro level = as an important "contract" in the Python maintenance and release process = is to maintain ABI compatibility among maintenance (i.j.k) releases in = the same major release series (i.j). We sometimes fail in that but we = do try really hard to make it painless to move from i.j.k to i.j.x. = That's also why we only supply fixes for the most recent micro release. -- Ned Deily nad@acm.org -- []