Versions Compared

Key

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

...

you have to execute the "source" and "export" commands;

Code Block
languagebash
source /project/ptgroup/spinquest/this-e1039.sh
export ROOT_INCLUDE_PATH=$ROOT_INCLUDE_PATH_E1039_SHARE
source E1039_CORE_DIR=~/e1039/core-inst
source /project/ptgroup/spinquest/this-coree1039.sh

It is probably easier for you to make a setup script (like "setup.sh") to execute the commands.

...