[Step 3] in case of bash
Become a corresponding user mode.
In ".bash_profile",
PATH=/usr/local/xl-gbs/xlscript/bin:$PATH
export PATH
are there above two lines present? Or, "PATH=" with "/usr/local/xl-gbs/xlscript/bin" exists? If not, add these. And,
XLPATH=.....
export XLPATH
if above a line exists, delete this.
Finally,
$ source ~/.cshrc
$ source ~/.login
execute above to make shell changes effective.
[UP]