source ~/.profile
export ROOTSYS=`pwd`
export DYLD_LIBRARY_PATH=$ROOTSYS/lib
export PATH=/usr/bin:$ROOTSYS/bin:$PATH

