Versions Compared

Key

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

...

Code Block
languagebash
titleEnvironment Preparation
source /alma/ACS-2021APR/ACSSW/config/.acs/.bash_profile.acs
getTemplateForDirectory MODROOT_WS <NameOfYourModule>
export INTROOT=~/introot
getTemplateForDirectory INTROOT $INTROOT
exit
Code Block
#This could be added to the .bash_profile or .bashrc files
export INTROOT=~/introot
source /alma/ACS-2021APR/ACSSW/config/.acs/.bash_profile.acs

...