Skip to content

Commit bedb746

Browse files
committed
disable Python output buffering
1 parent c8f0094 commit bedb746

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

EESSI-install-software.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,8 @@ fi
249249

250250
# avoid that pyc files for EasyBuild are stored in EasyBuild installation directory
251251
export PYTHONPYCACHEPREFIX=$TMPDIR/pycache
252+
# force Python's stdout and stderr streams to be unbuffered
253+
export PYTHONUNBUFFERED=1
252254

253255
# if we run the script for the first time, e.g., to start building for a new
254256
# stack, we need to ensure certain files are present in

0 commit comments

Comments
 (0)