blob: 2e2483c1b1e384d36f43446f19b371bfbba1ff09 [file] [log] [blame]
--- inkscape-0.48.4/src/extension/implementation/script.cpp
+++ inkscape-0.48.4/src/extension/implementation/script.cpp
@@ -89,7 +89,7 @@
#ifdef WIN32
{"python", "python-interpreter", "pythonw" },
#else
- {"python", "python-interpreter", "python" },
+ {"python", "python-interpreter", "@EPYTHON@" },
#endif
{"ruby", "ruby-interpreter", "ruby" },
{"shell", "shell-interpreter", "sh" },