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

  1. Check whether you have KEPLER_DIR

...

  1. defined inside your environment

 

Code Block
echo $KEPLER_DIR

...

If you have KEPLER_DIR

...

set, check whether it is set inside scripts

 

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

...