Skip to content

Commit e6cc87c

Browse files
authored
Merge pull request #173 from eccenca/feature/add_PYTHONPATH_env_CMEM-4610
add PYTHONPATH_FAILUE documentation
2 parents 441c9ed + d6c4287 commit e6cc87c

File tree

1 file changed

+7
-0
lines changed
  • docs/develop/python-plugins/setup

1 file changed

+7
-0
lines changed

docs/develop/python-plugins/setup/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,10 @@ The basic setup provides a `/data` directory inside of the DataIntegration conta
126126
The environment variable `PYTHONPATH` defines the directory, where the user-managed python packages are saved.
127127
This directory shall be persisted between restarts of DataIntegration.
128128
The 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.

0 commit comments

Comments
 (0)