diff --git a/content/shared/influxdb3-plugins/_index.md b/content/shared/influxdb3-plugins/_index.md index de65a5095..0a860f656 100644 --- a/content/shared/influxdb3-plugins/_index.md +++ b/content/shared/influxdb3-plugins/_index.md @@ -37,18 +37,15 @@ To activate the Processing Engine, start your {{% product-name %}} server with t > [!Important] > #### Keep influxdb3 and python/ together > -> The `influxdb3` tar archive includes the `influxdb3` binary and a `python/` directory. -> If you move the `influxdb3` binary, ensure that the `influxdb3` binary and the `python/` -> directory remain together. +> The influxdb3 binary requires the adjacent `python/` directory to function. +> If you manually extract from tar.gz, keep them in the same parent directory: +> ``` +> your-install-location/ +> ├── influxdb3 +> └── python/ +> ``` > -> {{< filesystem-diagram >}} -> - your-install-location/ -> - influxdb3 -> - python/ -> {{< /filesystem-diagram >}} -> -> Add the parent directory that contains both the `influxdb3` binary and the `python/` directory -> to your system $PATH. +> Add the parent directory to your PATH; do not move the binary out of this directory. {{% code-placeholders "NODE_ID|OBJECT_STORE_TYPE|PLUGIN_DIR" %}}