I have a use-case that adds elements to the path dynamically instead of through PYTHONPATH, so they aren't inherited by default, resulting in being unable to find the module. This explicitly exports the module path as an environment variable to ensure that the modules are found.
I have a use-case that adds elements to the path dynamically instead of through PYTHONPATH, so they aren't inherited by default, resulting in being unable to find the module. This explicitly exports the module path as an environment variable to ensure that the modules are found.