Versions Compared

Key

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

Changing KEPLER_DIR to ITM_KEPLER_DIR in few, easy, steps

Make sure you have something to worry about

  • Check whether you have KEPLER_DIR set
Code Block
echo $KEPLER_DIR
  • check whether KEPLER_DIR is defined in one of your configs
Code Block
grep -H -n -s KEPLER_DIR $HOME/.bashrc $HOME/.bash_profile $HOME/.tcshrc $HOME/.cshrc $HOME/.login
 
# empty result - nothing to worry about
# something printed on the screen - make sure to update the file (remove the line that defines KEPLER_DIR
  • check whether you have "broken" Kepler installation
Code Block
find $KEPLER_DIR -name "version" | sed "s|$KEPLER_DIR||" | sed 's/^\///' | cut -f1 -d'/'
 
# empty result - nothing to worry about
# something printed - make sure to move listed directories into new location (see below)

Create new location for CPO based Kepler

Make sure to create new location for Keplers in CPO flavour. This directory can have any name, and should be located inside ITMWORK

Code Block
cd $ITMWORK
mkdir cpo_based_kepler