From 628351730d7aa3eb16daf8c52da8d9f4027365a8 Mon Sep 17 00:00:00 2001 From: Jameelah Mercer <36314199+MeelahMe@users.noreply.github.com> Date: Mon, 9 Jun 2025 06:14:49 -0700 Subject: [PATCH] Update content/shared/v3-core-plugins/_index.md Co-authored-by: Jason Stirnaman --- content/shared/v3-core-plugins/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/shared/v3-core-plugins/_index.md b/content/shared/v3-core-plugins/_index.md index 09f290dcd..1fde48f35 100644 --- a/content/shared/v3-core-plugins/_index.md +++ b/content/shared/v3-core-plugins/_index.md @@ -560,7 +560,7 @@ These examples install the specified Python package (for example, pandas) into t - Use the CLI command when running InfluxDB directly on your system. - Use the Docker variant if you're running InfluxDB in a containerized environment. -> [!Note] +> [!Important] > #### Use bundled Python for plugins > When you start the server with the `--plugin-dir` option, InfluxDB 3 creates a Python virtual environment (`/venv`) for your plugins. > If you need to create a custom virtual environment, use the Python interpreter bundled with InfluxDB 3—not the system Python.