From acdbc95b31d92c7db848207490146c27e162589c Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Tue, 24 Mar 2020 10:52:34 -0500 Subject: [PATCH] modified: getting-started/quickstart.mdx --- src/docs/getting-started/quickstart.mdx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/docs/getting-started/quickstart.mdx b/src/docs/getting-started/quickstart.mdx index 841a8c1..568ce10 100644 --- a/src/docs/getting-started/quickstart.mdx +++ b/src/docs/getting-started/quickstart.mdx @@ -44,6 +44,9 @@ module load eic_container [See modulefiles](modulefiles) for more info. +[Also see environment](environment) for more info. + + ## Development within singularity container @@ -61,9 +64,9 @@ builds are being installed into `$HOME/stow/development` A simple setup script will make sure things are in order ```shell title=setup.sh module load eic_container -export $PATH=$HOME/stow/development/bin:$PATH -export $LD_LIBRARY_PATH=$HOME/stow/development/lib:$HOME/stow/development/lib64:$LD_LIBRARY_PATH -export $ROOT_INCLUDE_PATH=$HOME/stow/development/include:$ROOT_INCLUDE_PATH +export PATH=$HOME/stow/development/bin:$PATH +export LD_LIBRARY_PATH=$HOME/stow/development/lib:$HOME/stow/development/lib64:$LD_LIBRARY_PATH +export ROOT_INCLUDE_PATH=$HOME/stow/development/include:$ROOT_INCLUDE_PATH ``` ## Detector Library -- GitLab