Versions Compared

Key

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

...

Code Block
languagetext
cd sims_maf
eups declare -r . -t $USER
setup sims_maf -t $USER
scons

 

You can check running the following that your dev version is being used by the following method.

Code Block
> eups list sims_maf
...
tag: username  username setup

 

See here for the confluence question dealing with how to be polite in a shared stack.  

...