Versions Compared

Key

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

...

Code Block
cd $ITMWORK
mkdir cpo_based_kepler

Make sure to update your .cshrc/.bashrc files

 

Info
titleUpdating csh based environment
Code Block
# make sure to add the line below inside ~/.cshrc
setenv ITM_KEPLER_DIR $ITMWORK/itm-kepler-dir
Info
titleUpdating bash based environment
Code Block
# make sure to add the line below inside ~/.bashrc
export ITM_KEPLER_DIR $ITMWORK/itm-kepler-dir