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

Mark H Harris harrismh777 at gmail.com
Tue Apr 29 15:53:21 EDT 2014


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





More information about the Python-list mailing list