From 514f9685843de00c649b1b3172c7c43629ed12d0 Mon Sep 17 00:00:00 2001 From: MAA Date: Thu, 15 Feb 2018 17:22:01 +0100 Subject: [PATCH] small improvements --- pages/docs/user-docs/docs-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/user-docs/docs-apps.md b/pages/docs/user-docs/docs-apps.md index 5ddb858..a380048 100644 --- a/pages/docs/user-docs/docs-apps.md +++ b/pages/docs/user-docs/docs-apps.md @@ -150,7 +150,7 @@ path nonsense? Don't worry, you don't. You can just use environment variables in singularity exec --app foo foobar.simg env | grep foo ``` -Let's talk about the output of the above in sections, you will notice some interesting things! First, notice that the app's `bin` has been added to the path, and it's `lib` added to the `LD_LIBRARY_PATH`. This means that anything you drop in either will automatically be added. You don't need to make these folders either, they are created for you. +Let's talk about the output of the above in sections, you will notice some interesting things! First, notice that the app's `bin` has been added to the path, and its `lib` added to the `LD_LIBRARY_PATH`. This means that anything you drop in either will be automatically added. You don't have to create those folders neither, they'll be created for you. ``` LD_LIBRARY_PATH=/scif/apps/foo/lib::/.singularity.d/libs