Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions EESSI-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down