Hoffman2:Modules: Difference between revisions

From Center for Cognitive Neuroscience
Jump to navigation Jump to search
Line 5: Line 5:


==nano==
==nano==
#:* <pre>$ vim ~/.bash_profile</pre>
# Insert these lines at the '''bottom''' of the file
# Insert these lines at the '''bottom''' of the file
#:* <pre>module use /u/project/CCN/apps/modulefiles&#10;umask 007</pre>
#:* <pre>module use /u/project/CCN/apps/modulefiles&#10;umask 007</pre>

Revision as of 18:10, 17 April 2017

Back to all things Hoffman2

  1. SSH into Hoffman2
  2. Use your favorite text editor to edit the file ~/.bash_profile

nano

    • $ vim ~/.bash_profile
  1. Insert these lines at the bottom of the file
    • module use /u/project/CCN/apps/modulefiles
      umask 007
  2. Save the file by typing
    • Control + X
    • Y
    • ENTER
  3. Log out of Hoffman2 and the next time you log in, everything will be set for you to start working.