lcg22
Member level 5
By following the cr@ck file, I input the folloing commands to set up the environment variables
then I can lauch the program by inputting icms. However, once I close the console and open it again, all the envieonment infomation lost. how shall I do to permanently save those infomation? where are these infomation are store? and how to write a shell script to run the above quoted commands?
thank you very much in advance.
PATH=$PATH:/home/lcg/program/cadence/ic50/tools.lnx86/bin
PATH=$PATH:/home/lcg/program/cadence/ic50/tools.lnx86/dfII/bin
PATH=$PATH:/home/lcg/program/cadence/ic50/tools.lnx86/plot/bin
export CDSDIR=/.../install_directory
export CDS_ROOT=/.../install_directory
export CDS_INST_DIR=/.../install_directory
export CDS_INSTALL_DIR=/.../install_directory/tools.lnx86/dfII
export XKEYSYMDB=$CDS_INST_DIR/share/cdssetup/tdmX11/XKeysymDB
export XNLSPATH=$CDS_INST_DIR/share/cdssetup/tdmX11/nls
export PATH
then I can lauch the program by inputting icms. However, once I close the console and open it again, all the envieonment infomation lost. how shall I do to permanently save those infomation? where are these infomation are store? and how to write a shell script to run the above quoted commands?
thank you very much in advance.