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


Groups > comp.lang.python > #70727

Re: how to build and install multiple micro-level major.minor versions of Python

From Mark H Harris <harrismh777@gmail.com>
Newsgroups comp.lang.python
Subject Re: how to build and install multiple micro-level major.minor versions of Python
Date 2014-04-29 14:53 -0500
Organization Aioe.org NNTP Server
Message-ID <ljovvd$n1h$1@speranza.aioe.org> (permalink)
References <1398785310.2673.16.camel@belmer> <nad-645857.11351129042014@news.gmane.org> <mailman.9582.1398798262.18130.python-list@python.org>

Show all headers | View raw


On 4/29/14 1:53 PM, 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.
>

example only,
Use --prefix /usr/local/2.7.6/

Use --prefix /usr/local/2.7.2/

&c.,

Both of the 2.7 installs will be 2.7, but it doesn't matter because they 
will (each one) be installed under a different micro level.

... works great.

marcus

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


Thread

Re: how to build and install multiple micro-level major.minor versions of Python "Brent S. Elmer Ph.D." <webe3vt@aim.com> - 2014-04-29 14:53 -0400
  Re: how to build and install multiple micro-level major.minor versions of Python Mark H Harris <harrismh777@gmail.com> - 2014-04-29 14:53 -0500
  Re: how to build and install multiple micro-level major.minor versions of Python Mark H Harris <harrismh777@gmail.com> - 2014-04-29 14:57 -0500

csiph-web