Hi All
i'm just wondering when i try to build in Linux environment. there something different when build in my vm and customer server
something what i notice when in vm when try to echo $PATH, the output like : /mti/devonc/sw/serena/dimensions/14.3/cm//prog:/usr/bin:/bin:.
but when in customer server only like: /mti/devonc/sw/serena/dimensions/14.3/cm//prog:
so in my target build need to define the path itself
-------
and i try to look .bash_profile of user what i used, it seems like different information,
below sample of .bash_profie my user (serena) and compare if i echo from build
from server
from build
even i try load the dmprofile
so wondering where this information keep, if i can define the path base on user i used no need to define for each script
--------
or this thin depend when the dmprofile loaded?
i try to look inside that, and come with this script to load
or this come from dmgvarl.sh in $DM_ROOT?