Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #70731
| Subject | Re: how to build and install multiple micro-level major.minor versions of Python |
|---|---|
| From | Ned Deily <nad@acm.org> |
| Date | 2014-04-29 12:13 -0700 |
| References | <1398785310.2673.16.camel@belmer> <nad-645857.11351129042014@news.gmane.org> <1398797593.9215.2.camel@belmer> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.9583.1398804450.18130.python-list@python.org> (permalink) |
On Apr 29, 2014, at 11:53 , Brent S. Elmer Ph.D. <webe3vt@aim.com> 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 -- []
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: how to build and install multiple micro-level major.minor versions of Python Ned Deily <nad@acm.org> - 2014-04-29 12:13 -0700
csiph-web