Translations:Accessing CVMFS/64/fr: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Created page with "==== <tt>RSNT_LOCAL_MODULEPATHS</tt> ==== Cette variable identifie les endroits où se trouvent les arbres de modules locaux et les intègre à notre arborescence centrale. D...")
(No difference)

Revision as of 17:33, 21 July 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Accessing CVMFS)
==== <code>RSNT_LOCAL_MODULEPATHS</code> ====
This environment variable allows to define locations for local module trees, which will be automatically mesh into our central tree. To use it, define
{{Command|export RSNT_LOCAL_MODULEPATHS{{=}}/opt/software/easybuild/modules}}
and then install your [[EasyBuild]] recipe using 
{{Command|eb --installpath /opt/software/easybuild <your recipe>.eb}}

RSNT_LOCAL_MODULEPATHS

Cette variable identifie les endroits où se trouvent les arbres de modules locaux et les intègre à notre arborescence centrale. Définissez d’abord

Question.png
[name@server ~]$ export RSNT_LOCAL_MODULEPATHS=/opt/software/easybuild/modules

et installez ensuite votre recette EasyBuild avec

Question.png
[name@server ~]$ eb --installpath /opt/software/easybuild <your recipe>.eb