File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
docs/develop/python-plugins/setup Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -126,3 +126,10 @@ The basic setup provides a `/data` directory inside of the DataIntegration conta
126126The environment variable ` PYTHONPATH ` defines the directory, where the user-managed python packages are saved.
127127This directory shall be persisted between restarts of DataIntegration.
128128The default value of this variable is ` /data/python-packages/ ` .
129+ DataIntegration won't start if the directory defined by ` PYTHONPATH ` is not present and can't be created.
130+ In addition DataIntegration needs write access to that folder.
131+ This is tested on DataIntegration startup.
132+
133+ !!! info
134+ By setting environment variable ` PYTHONPATH_FAILURE ` (default: ` true ` ) to other values than ` true ` this behavior can be skipped.
135+ However this might effect the usability of python plugins.
You can’t perform that action at this time.
0 commit comments