From f5d6855e8ed5f5a1e07a704b33b87a448cbd0f1d Mon Sep 17 00:00:00 2001 From: TopRichard <121792457+TopRichard@users.noreply.github.com> Date: Thu, 17 Oct 2024 13:37:09 +0200 Subject: [PATCH] Update docs/using_eessi/setting_up_environment.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Thomas Röblitz --- docs/using_eessi/setting_up_environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using_eessi/setting_up_environment.md b/docs/using_eessi/setting_up_environment.md index f42f9103b..3bf9bc76a 100644 --- a/docs/using_eessi/setting_up_environment.md +++ b/docs/using_eessi/setting_up_environment.md @@ -8,7 +8,7 @@ There are a few different scenarios where you may want to set up the EESSI envir 1. You are already using Lmod with version >= 8.6 - In this case you should consider unsetting the `MODULEPATH`, as you do not really want to mix modules coming from EESSI and from your system + In this case, we recommend unsetting the `MODULEPATH`, because EESSI is not designed to mix modules coming from EESSI and from your system. since they are effectively two different OSes (though this may not be possible at some sites, and some compromise may be necessary): ``` { .bash .copy }