2021-05-25 06:24:26 +02:00
|
|
|
diff --git a/src/extension/implementation/script.cpp b/src/extension/implementation/script.cpp
|
|
|
|
index bc6c0ed845..181467834d 100644
|
2020-04-14 10:55:08 +02:00
|
|
|
--- a/src/extension/implementation/script.cpp
|
|
|
|
+++ b/src/extension/implementation/script.cpp
|
2021-05-25 06:24:26 +02:00
|
|
|
@@ -82,10 +82,10 @@ const std::map<std::string, Script::interpreter_t> Script::interpreterTab = {
|
|
|
|
{ "python", {"python-interpreter", {"pythonw" }}},
|
2020-04-14 10:55:08 +02:00
|
|
|
#elif defined __APPLE__
|
2021-05-25 06:24:26 +02:00
|
|
|
{ "perl", {"perl-interpreter", {"perl" }}},
|
|
|
|
- { "python", {"python-interpreter", {"python3" }}},
|
|
|
|
+ { "python", {"python-interpreter", {"@python3@" }}},
|
2020-04-14 10:55:08 +02:00
|
|
|
#else
|
2021-05-25 06:24:26 +02:00
|
|
|
{ "perl", {"perl-interpreter", {"perl" }}},
|
|
|
|
- { "python", {"python-interpreter", {"python3", "python" }}},
|
|
|
|
+ { "python", {"python-interpreter", {"@python3@" }}},
|
2020-04-14 10:55:08 +02:00
|
|
|
#endif
|
2021-05-25 06:24:26 +02:00
|
|
|
{ "python2", {"python2-interpreter", {"python2", "python" }}},
|
|
|
|
{ "ruby", {"ruby-interpreter", {"ruby" }}},
|