$NetBSD: patch-aq,v 1.2 2015/02/03 13:55:12 adam Exp $ --- src/extension/implementation/script.cpp.orig 2010-07-13 03:48:40.000000000 +0000 +++ src/extension/implementation/script.cpp @@ -83,7 +83,7 @@ Script::interpreter_t const Script::inte #ifdef WIN32 {"python", "python-interpreter", "pythonw" }, #else - {"python", "python-interpreter", "python" }, + {"python", "python-interpreter", "@PYTHONBIN@" }, #endif {"ruby", "ruby-interpreter", "ruby" }, {"shell", "shell-interpreter", "sh" },