summaryrefslogtreecommitdiff
blob: a586053e9192f0bc896e0978d3e441be0121dd97 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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", "python2" },
 #endif
         {"ruby",   "ruby-interpreter",   "ruby"   },
         {"shell",  "shell-interpreter",  "sh"     },