Skip to content

Commit aee6812

Browse files
authored
Merge pull request #134 from bedroge/pythonunbuffered
disable Python output buffering in `EESSI-install.software.sh`
2 parents c8f0094 + bedb746 commit aee6812

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)