Skip to content

Commit af09992

Browse files
MeelahMejstirnaman
andauthored
Update content/shared/v3-core-plugins/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
1 parent c142f64 commit af09992

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
> [!Important]
565565
> #### Use bundled Python for plugins
566566
> When you start the server with the `--plugin-dir` option, InfluxDB 3 creates a Python virtual environment (`<PLUGIN_DIR>/venv`) for your plugins.
567-
> If you need to create a custom virtual environment, use the Python interpreter bundled with InfluxDB 3—not the system Python.
567+
> If you need to create a custom virtual environment, use the Python interpreter bundled with InfluxDB 3. Don't use the system Python.
568568
> Creating a virtual environment with the system Python (for example, using `python -m venv`) can lead to runtime errors and plugin failures.
569569
>
570570
>For more information, see the [processing engine README](https://github.com/influxdata/influxdb/blob/main/README_processing_engine.md#official-builds).

0 commit comments

Comments
 (0)