Skip to content
Snippets Groups Projects
Commit a4ee10fc authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: getting-started/environment.md

	modified:   getting-started/quickstart.mdx
parent acdbc95b
No related branches found
No related tags found
No related merge requests found
...@@ -14,9 +14,9 @@ For projects that you want to build but which are also inside of the container, ...@@ -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 A simple setup script will make sure
```bash ```bash
export $PATH=$HOME/stow/development/bin:$PATH export PATH=$HOME/stow/development/bin:$PATH
export $LD_LIBRARY_PATH=$HOME/stow/development/lib:$HOME/stow/development/lib64:$LD_LIBRARY_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 ROOT_INCLUDE_PATH=$HOME/stow/development/include:$ROOT_INCLUDE_PATH
``` ```
......
...@@ -50,6 +50,8 @@ module load eic_container ...@@ -50,6 +50,8 @@ module load eic_container
## Development within singularity container ## Development within singularity container
[See here](singularity) for more info on singularity.
The following helper runs bash inside `eic_container` The following helper runs bash inside `eic_container`
```bash ```bash
module load eic_container module load eic_container
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment