Manging multiple Python installation

Robert Kern rkern at ucsd.edu
Wed Sep 7 22:08:13 EDT 2005


Andy Leszczynski wrote:
> Jeremy Jones wrote:
> 
>>Andy Leszczynski wrote:
>>
>>Download the source, untar, cd to the new directory, run:
>>
>>./configure --prefix=/opt/mypython
>>make
>>make install
> 
> Is there any way to pass the prefix to the "make install"?

Is passing it to the configure script a problem?

> Why "make" 
> depends on that?

I think that parts of the configuration depend on knowing the ultimate
installation location. Specifically, you might have problems building
extension modules using distutils.

-- 
Robert Kern
rkern at ucsd.edu

"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
  -- Richard Harter




More information about the Python-list mailing list