From c509868734ae3626f7903b737ce12140430df349 Mon Sep 17 00:00:00 2001 From: ocaisa Date: Tue, 7 Nov 2023 09:32:45 +0100 Subject: [PATCH] Update docs/using_eessi/building_on_eessi.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/building_on_eessi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using_eessi/building_on_eessi.md b/docs/using_eessi/building_on_eessi.md index 225a621df..d0960a4fd 100644 --- a/docs/using_eessi/building_on_eessi.md +++ b/docs/using_eessi/building_on_eessi.md @@ -24,8 +24,8 @@ cd software-layer Then, you have to pick a working directory (that you have write access to) where EasyBuild can do the build, and an install directory (with sufficient storage space), where EasyBuild can install it. In this example, we create a temporary directory in `/tmp/` as our working directory, and use `$HOME/.local/easybuild` as our installpath: ``` export WORKDIR=$(mktemp --directory --tmpdir=/tmp -t eessi-build.XXXXXXXXXX) -export EASYBUILD_INSTALLPATH="${HOME}/.local/easybuild" source configure_easybuild +export EASYBUILD_INSTALLPATH="${HOME}/.local/easybuild" ``` Next, you load the EasyBuild module that you want to use, e.g. ```