From bedb746a0a0e5e5d5594e5242d4af3bc98b51046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Mon, 24 Nov 2025 09:25:06 +0100 Subject: [PATCH] disable Python output buffering --- EESSI-install-software.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/EESSI-install-software.sh b/EESSI-install-software.sh index 6c67e7db..057c01e8 100755 --- a/EESSI-install-software.sh +++ b/EESSI-install-software.sh @@ -249,6 +249,8 @@ fi # avoid that pyc files for EasyBuild are stored in EasyBuild installation directory export PYTHONPYCACHEPREFIX=$TMPDIR/pycache +# force Python's stdout and stderr streams to be unbuffered +export PYTHONUNBUFFERED=1 # if we run the script for the first time, e.g., to start building for a new # stack, we need to ensure certain files are present in