[qmtest] qmtest for linux

Stefan Seefeld seefeld at sympatico.ca
Fri May 28 12:47:57 UTC 2004


Diana Bosio wrote:
> Hi,
> 
> my computer comes also with python 2.2, the only thing is that python 
> 2.2 is not in /usr/bin/python (where the old version is) but instead I 
> have:
> 
>  >ls  /usr/bin/python*
> /usr/bin/python  /usr/bin/python1.5  /usr/bin/python2  /usr/bin/python2.2
> 
> and I have no means of changing that (well, I have the means but I am 
> not supposed to do it)... With qmtest 2.0.3 I could run configure and 
> specify which python to use (i.e. ./configure 
> --with-python=/usr/bin/python2.2), how can I do it with the new version 
> of qmtest?

as of release 2.1 qmtest has a new build system which allows you to
run 'python setup.py install' (and so the python tool you run during the
build/install will be the python tool that is used by the installed tool,
whether it's called 'python' or 'python2').

However, the toplevel 'README' file still suggests to use 'configure; make install;'.
That appears to be a slim wrapper around the former, so I'm not sure why
this is still suggested, or even necessary. Mark ?

Regards,
		Stefan




More information about the qmtest mailing list