We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5333b9e commit 8852039Copy full SHA for 8852039
diagram-generator/diagram-generator.lua
@@ -32,7 +32,7 @@ local inkscape_path = os.getenv("INKSCAPE") or "inkscape"
32
33
-- The Python path. In order to define a Python version per pandoc document,
34
-- use the meta data to define the key "python_path".
35
-local python_path = os.getenv("PYTHON")
+local python_path = os.getenv("PYTHON") or "python"
36
37
-- The Python environment's activate script. Can be set on a per document
38
-- basis by using the meta data key "activatePythonPath".
0 commit comments