Bureaucrats, cc_docs_admin, cc_staff, rsnt_translations
2,837
edits
Line 86: | Line 86: | ||
{{Command|eb <recipe.eb> --force}} | {{Command|eb <recipe.eb> --force}} | ||
to install a local version in your home. | to install a local version in your home. | ||
=== Installing in a different location === | |||
You may want to install the software package in a different location than your home directory, for example in a project directory. To do so, use the following: | |||
{{Command|eb <recipe.eb> --installpath /path/to/your/project/easybuild}} | |||
Then, to get these modules available in your sessions, run | |||
{{Command|export RSNT_LOCAL_MODULEPATHS=/path/to/your/project/easybuild/modules}} | |||
If you want to have this available by default in your sessions, you can add this command to your <tt>.bashrc</tt> file in your home. | |||
= Additional resources = <!--T:13--> | = Additional resources = <!--T:13--> |