echo "setting env for pronounce..." #just set the $PRONOUNCEHOME variable and the environment will be set up correctly export PROJ=$PRONOUNCEHOME export THIRDPARTY="$PROJ/3dparty/`uname`"; export PERL5LIB="${PROJ}/code:${PROJ}/3dparty/perlLib" export PATH="$PROJ/code:${THIRDPARTY}/htk/bin:${PROJ}/3dparty/perlLib/Good-Turing_smoothing:${PATH}"