fixing filesystem-diagram
parent
631fb5c802
commit
9e767bcd63
|
|
@ -37,18 +37,15 @@ To activate the Processing Engine, start your {{% product-name %}} server with t
|
||||||
> [!Important]
|
> [!Important]
|
||||||
> #### Keep influxdb3 and python/ together
|
> #### Keep influxdb3 and python/ together
|
||||||
>
|
>
|
||||||
> The `influxdb3` tar archive includes the `influxdb3` binary and a `python/` directory.
|
> The influxdb3 binary requires the adjacent `python/` directory to function.
|
||||||
> If you move the `influxdb3` binary, ensure that the `influxdb3` binary and the `python/`
|
> If you manually extract from tar.gz, keep them in the same parent directory:
|
||||||
> directory remain together.
|
> ```
|
||||||
|
> your-install-location/
|
||||||
|
> ├── influxdb3
|
||||||
|
> └── python/
|
||||||
|
> ```
|
||||||
>
|
>
|
||||||
> {{< filesystem-diagram >}}
|
> Add the parent directory to your PATH; do not move the binary out of this directory.
|
||||||
> - 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.
|
|
||||||
|
|
||||||
{{% code-placeholders "NODE_ID|OBJECT_STORE_TYPE|PLUGIN_DIR" %}}
|
{{% code-placeholders "NODE_ID|OBJECT_STORE_TYPE|PLUGIN_DIR" %}}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue