Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
linenumberstrue
# for Bash, make sure to call
 
source $ITMSCRIPTDIR/set_tutorial_env.sh
 
# for tcsh, make sure to call
 
source $ITMSCRIPTDIR/set_tutorial_env.tcsh
 
# In the background, to make things more convenient, set of modules will be loaded for you
# module load gateway
# module unload itmenv
module load pythonimasenv
# module load imas/3.7.3
# module load imas-kepler
# module load imas-fc2kimasdb <machine_name>

Installing Kepler inside your private location

...