Can I configure Knime to recognize my PYTHONPATH?

I would like to pull in some custom modules that are currently in my PYTHONPATH to be run in a Python Script Node. Can I get Knime to recognize my PYTHONPATH? Maybe a batch script that activates the conda environment and then an export PATH statement?

@mbishopp welcome to the KNIME forum. You can import custom modules. I have set up this example. Here you append the path to your module to the sys path.

1 Like