pentaho-labs / pentaho-cpython-plugin

This is a PDI plugin that allows execution of Python code.
Apache License 2.0
32 stars 19 forks source link

Added support for a kettle variable for setting the path to the pytho… #19

Closed m-a-hall closed 6 years ago

m-a-hall commented 6 years ago

…n executable. This takes precedence over both the java property and the environment variable. Also plumbed some more logging through to PythonSession, so that logging output (at debugging level) can be seen for the python exe path and current state of the PATH variable. This can be useful for debugging when running in visual MR.