# .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs if [ -f /home/db2inst1/sqllib/db2profile ]; then . /home/db2inst1/sqllib/db2profile fi export DB2HOME=/opt/ibm/db2/V10.5/ PATH=$PATH:$HOME/bin export PATH export PS1='[\u@\h \W ONLINE]\$' export IXCOMPCS=/iXComPCS export IPLATURE=/iPlature export MQ=/usr/local/ActiveMQ-CPP/include/activemq-cpp-3.9.5 export MQAPR=/usr/local/apr/include/apr-1/ export MQLIB=/usr/local/ActiveMQ-CPP/ export CRGS=$HOME/code/ export iHyperDB=/iHyperDB PATH=$PATH:$HOME/.local/bin:$HOME/bin:$IPLATURE/ThirdParty/Ice/bin:.:$IPLATURE/bin:$IXCOMPCS/Bin:$HOME/Utils/BPkgMgr LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$IPLATURE/ThirdParty/Ice/lib:$IXCOMPCS/Library:$IPLATURE/library:/usr/lib:$IPLATURE/ThirdParty/bdb-18.1.25/lib:$IPLATURE/ThirdParty/SQLAPI/lib:$IPLATURE/ThirdParty/openssl-1.0.2t/lib:/opt/memcached/lib:$MQLIB/lib:$iHyperDB/library/lib36:$iHyperDB/library:/$DB2HOME/lib64:$MQLIB/lib:$REDISDEVHOME/hiredis:$IPLATURE/ThirdParty/bzip2-1.0.6/lib64:/usr/local/lib PYTHONPATH=/iPlature/ThirdParty/Ice/lib/python3.7 export PATH export LD_LIBRARY_PATH export PYTHONPATH export LANG=zh_CN.UTF-8 #export LANG=en_US export CLASSPATH export ICE_CONFIG=$IPLATURE/conf/icegrid.conf export LOG4CPLUSCONFIG=$IPLATURE/conf/App4Log.cfg export LOG4CPLUSLOGPATH=$IPLATURE/log export ICE_HOME=$IPLATURE/ThirdParty/Ice/ alias bin='cd $IPLATURE/bin; pwd' alias conf='cd $IPLATURE/conf; pwd' alias xlog='cd $IXCOMPCS/Log; pwd'