if [ "$SAGE_LOCAL" = "" ]; then
    echo "SAGE_LOCAL undefined... exiting"
    echo "Maybe run 'sage -sh'?"
    exit 1
fi

cd src

sdh_pip_install .

if [ $? -ne 0 ]; then
    echo >&2 "Error installing git-trac, exiting."
    exit 1
fi
