cc_staff
415
edits
Line 69: | Line 69: | ||
* Each member of the group will need to put the module file in their own home directories. The module file <code>6.0.1.lua</code> is located under the directory: | * Each member of the group will need to put the module file in their own home directories. The module file <code>6.0.1.lua</code> is located under the directory: | ||
<pre> | <pre> | ||
/home/$USER/.local/easybuild/ | /home/$USER/.local/easybuild/modules/2017/Core/freesurfer/</code> | ||
</pre> | </pre> | ||
Each member of the group will need to create the directory <code>/home/$USER/.local/easybuild/ | Each member of the group will need to create the directory <code>/home/$USER/.local/easybuild/modules/2017/Core/freesurfer</code> and put the file <code>6.0.1.lua</code>: | ||
{{Commands | {{Commands | ||
|mkdir -p /home/$USER/.local/easybuild/ | |mkdir -p /home/$USER/.local/easybuild/modules/2017/Core/freesurfer | ||
|cp 6.0.1.lua /home/$USER/.local/easybuild/ | |cp 6.0.1.lua /home/$USER/.local/easybuild/modules/2017/Core/freesurfer | ||
}} | }} | ||