Skip to content

Commit 5b3b4a8

Browse files
MeelahMejstirnaman
andauthored
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <[email protected]>
1 parent 9e3ab82 commit 5b3b4a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/shared/v3-core-plugins/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ These examples install the specified Python package (for example, pandas) into t
564564
> #### Use bundled Python for plugins
565565
> When you start the server with the `--plugin-dir` option, InfluxDB 3 creates a Python virtual environment (`<PLUGIN_DIR>/venv`) for your plugins.
566566
> If you need to create a custom virtual environment, use the Python interpreter bundled with InfluxDB 3—not the system Python.
567-
> Creating a virtual environment with system Python (for example, using `python -m venv`) can lead to runtime errors and plugin failures.
567+
> Creating a virtual environment with the system Python (for example, using `python -m venv`) can lead to runtime errors and plugin failures.
568568
>
569569
>For more information, see the [processing engine README](https://github.com/influxdata/influxdb/blob/main/README_processing_engine.md#official-builds).
570570

0 commit comments

Comments
 (0)