diff --git a/src/docs/getting-started/environment.md b/src/docs/getting-started/environment.md index fa7b77f700b08f93d60408fde760746e3d229016..3495704a500e5bebded8250841709ff1a1fc7539 100644 --- a/src/docs/getting-started/environment.md +++ b/src/docs/getting-started/environment.md @@ -14,9 +14,9 @@ For projects that you want to build but which are also inside of the container, A simple setup script will make sure ```bash -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 ``` diff --git a/src/docs/getting-started/quickstart.mdx b/src/docs/getting-started/quickstart.mdx index 568ce100feaff5c88e45db2a78a546d9c48573a5..e2f160ccef13f1d806d77fc5d355ddeab866056e 100644 --- a/src/docs/getting-started/quickstart.mdx +++ b/src/docs/getting-started/quickstart.mdx @@ -50,6 +50,8 @@ module load eic_container ## Development within singularity container +[See here](singularity) for more info on singularity. + The following helper runs bash inside `eic_container` ```bash module load eic_container