export ROOTSYS="/Applications/root_v6.08.02"
export TOP_DIR=`pwd`
export DYLD_LIBRARY_PATH="$ROOTSYS/lib:$TOP_DIR/lib"  # This assumes, that e.g. MINUIT2 libs are symlinked in /usr/local/lib, as it is done when installed using 'brew install minuit2'
export PATH="$PATH:$ROOTSYS/bin"                      # same as above: /usr/local/bin sould be in the $PATH as a default.. and bjam should be available there when installed using 'brew install boost-build'.
echo "ROOTSYS: " $ROOTSYS