On 14 Sep 2011, at 7:26pm, <wlavrijsen_at_lbl.gov> wrote:
> Chris,
>
>> We need to be able to set this to something else, like pythonN.M.
Read my previous posts. The problem is not with the lines above for the includes or libraries, but with commands like
pythonvers=`python -c 'import sys; sys.stdout.write(sys.version[:3])'`
in the ./configure script that have a hardcode assumption that to run python the executable name is 'python'. I need to be able to change this, as well as the include and lib. So in effect run
pythonvers=`<whatever-python-executable-name-I want> -c 'import sys; sys.stdout.write(sys.version[:3])'`
Unless I have missed it, there is no option in the configure script to change this ?
Chris
This archive was generated by hypermail 2.2.0 : Wed Sep 14 2011 - 23:50:01 CEST