[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Define installation directory for python

Hajo Ehlers

1/11/2008 2:04:00 PM

Task:
build and install python 2.5.1 on AIX 5.3 to /opt/python2.5 with the
subdirectories:
../lib
../bin
../include
../man
../info

a.s.o

The ./bin ./man are created fine but for ./lib & ./include the
structure is
/opt/python2.5/lib/python2.5
/opt/python2.5/include/python2.5
where i would like to have only /opt/python2.5/lib and /opt/
python2.5/include

Looking at the make install output i see that setup.py is using a
option called
--install-platlib
but how do i set this option during configure ? Or do i have to patch
the setup.py ?

Any hints
tia
Hajo