On 10/26/11 08:21 AM, Danek Duvall wrote:
Rich Burridge wrote:
http://jurassic.us.oracle.com/~richb/6835038-v1
If I understand this correctly, when it's looking for a python interpreter,
it'll check in the order in the list. Should that order be in the
"system-approved" order? That is, because 2.6 is the default, try that
first? In particular, I'd be apprehensive about any other userland
components which might use this picking up something that's not the default
and end up using that by accident.
I guess I would simply move "python2.6" to the start of the list, and let
the rest be.
Wouldn't we then have to repeat the exercise when we make Python 2.7 the
default?
Also if we bring in the latest version of automake at some point, isn't that
going to
have this definition as:
m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
[python python2 python3 python3.2 python3.1 python3.0 dnl
python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 dnl
python2.0])
I can understand your caution though.
_______________________________________________
userland-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/userland-discuss