]> git.lyx.org Git - lyx.git/blobdiff - src/support/Systemcall.cpp
Add new placeholder $${python} to configure
[lyx.git] / src / support / Systemcall.cpp
index f3703b88892c5635239b1a1a0a7e2b5817da69ed..6c96de1644792ba4038ecfe8dde6b67438edb937 100644 (file)
@@ -169,7 +169,7 @@ string const parsecmd(string const & incmd, string & infile, string & outfile,
        bool in_single_quote = false;
        bool in_double_quote = false;
        bool escaped = false;
-       string const python_call = "python -tt";
+       string const python_call = os::python();
        vector<string> outcmd(4);
        size_t start = 0;