Versions Compared

Key

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

...

Warning
titleKepler location

Note that by default, Kepler is installed inside $HOME/.local/kepler.

You can change this location by creating symbolic link pointing to some other placesetting KEPLER_DIR variable

Code Block
# tcsh
> mkdir $ITMWORK/my_imas_keplers
> mkdir -p ~/.local
> cd ~/.local
 
# make sure to backup all the stuff you already have there
> mv kepler kepler~
> ln -s setenv KEPLER_DIR $ITMWORK/my_imas_keplers# tcsh


# bash
> mkdir $ITMWORK/my_imas_keplers
> export KEPLER_DIR=$ITMWORK/my_imas_keplers kepler

Now, you can list your own Kepler installations by calling

...