From 49d41153d1a4bac24ebb77eaf84420ed42400c23 Mon Sep 17 00:00:00 2001 From: ocaisa Date: Thu, 27 Apr 2023 14:20:01 +0200 Subject: [PATCH] Make sure installations are read only This should help us avoid the issue we saw with `.pyc` files --- configure_easybuild | 1 + 1 file changed, 1 insertion(+) diff --git a/configure_easybuild b/configure_easybuild index 19b2d7454b..245553f342 100644 --- a/configure_easybuild +++ b/configure_easybuild @@ -13,6 +13,7 @@ export EASYBUILD_ZIP_LOGS=bzip2 export EASYBUILD_RPATH=1 export EASYBUILD_FILTER_ENV_VARS=LD_LIBRARY_PATH +export EASYBUILD_READ_ONLY_INSTALLDIR=1 # assume that eb_hooks.py is located in same directory as this script (configure_easybuild) TOPDIR=$(dirname $(realpath $BASH_SOURCE))