cc_staff
415
edits
No edit summary |
|||
Line 34: | Line 34: | ||
|module load freesurfer/6.0.0 | |module load freesurfer/6.0.0 | ||
|cd $FREESURFER_HOME | |cd $FREESURFER_HOME | ||
}} | }} | ||
add the license text (example): | Use nano or any other text editor of your choice and create a file <code>/home/$USER/.license</code> and add the license text (example): | ||
<pre> | |||
< | |||
name.name@university.ca | name.name@university.ca | ||
12345 | 12345 | ||
*A1BCdEfGHiJK | *A1BCdEfGHiJK | ||
ABCd0EFgHijKl</ | ABCd0EFgHijKl | ||
</pre> | |||
To load the private module: | To load the private module: |