12 lines
412 B
Diff
12 lines
412 B
Diff
--- src/extension/implementation/script.cpp.orig
|
|
+++ src/extension/implementation/script.cpp
|
|
@@ -87,7 +87,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" },
|