Replies: 1 comment
-
There is no such option. Can you construct such functionality with For example \newcommand*{\setexec}[1]{
\IfFileExists{#1}{\PassOptionsToPackage{executable=#1}{pyluatex}}{}
}
\setexec{/usr/bin/python}
\setexec{/usr/bin/python3}
% \setexec{...} % and so on for even more paths to Python
\documentclass{article}
\usepackage{pyluatex}
\begin{document}
\py{1+2}
\end{document} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
we use
pyluatex
to compile a book for several colleagues. Except that each colleague would need to set their ownexecutable =
option.Is there an option to ask pyluatex to try several paths for python?
Beta Was this translation helpful? Give feedback.
All reactions