Update docs/administrator-documentation/moderne-platform/how-to-guides/agent-configuration/configure-an-agent-with-pypi-access-visualizations.md

Co-authored-by: Mike Solomon <mikesol@hey.com>
This commit is contained in:
Peter Streef
2025-01-16 09:04:07 +01:00
committed by GitHub
parent 2eb79e7d6d
commit 781b315097

View File

@@ -78,7 +78,8 @@ You will need to ensure that the environment the agent runs in is set up in a wa
* `/bin/sh` shell with
* Python version 3.11 available under the `python3` command
* Pip and virtualenv (venv) installed. Alias not required (called via `python3 -m pip/venv`)
* The working directory us writable by the user that runs the agent jar, and has enough space to download the required packages.
* The working directory is writable by the user that runs the agent JAR.
* The working directory has enough space to download the required packages.
:::note