Probably something like update-alternatives is the cleaner way than doing any symlinking by hand, but the question is: Does the platform in question have something like that? Anyway I think that providing the ability to specify all build tools explicitly if needed without any platform tweaks or PATH kung-fu is preferable. We do it for CXX etc., too (like in 'make CXX='blahblah' ia32'), and it is very handy for packagers, I think.
On Wed, Nov 21, 2012 at 11:04 AM, <[email protected]> wrote: > How about this instead: > > sudo /usr/bin/python2.7 /usr/bin/python > > That fixes all your scripts/applications/**buildsystems at once, which is > an > approach that scales much better than adding complexity to 150 other > projects. -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
