Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lbarraga committed Jul 19, 2024
1 parent f81c166 commit 9bd7fd3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions mkdocs/docs/HPC/easybuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ To share custom software installations with members of your VO, replace

Before using EasyBuild, you first need to load the `EasyBuild` module.
We don't specify a version here (this is an exception, for most other
modules you should, see [Using explicit version numbers](../running_batch_jobs/#using-explicit-version-numbers)) because newer versions might include important
modules you should see [Using explicit version numbers](../running_batch_jobs/#using-explicit-version-numbers)) because newer versions might include important
bug fixes.

<pre><code>module load EasyBuild
Expand Down Expand Up @@ -141,8 +141,10 @@ make them accessible for loading:
</code></pre>

It makes sense to put this `module use` command and all `export`
commands in your `.bashrc` login script. That way you don't have to type
commands in your `.bashrc` login script.
That way, you don't have to type
these commands every time you want to use EasyBuild or you want to load
modules generated with EasyBuild. See also [the section on `.bashrc` in
modules generated with EasyBuild.
See also [the section on `.bashrc` in
the "Beyond the basics" chapter of the intro to
Linux](https://hpcugent.github.io/vsc_user_docs/linux-tutorial/beyond_the_basics/#bashrc-login-script).

0 comments on commit 9bd7fd3

Please sign in to comment.