
AFDKO_EXE_PATH="${cmdDirPath}"

# point to the self-compiled python
AFDKO_Python="${cmdDirPath}"/Python/Current/bin/python2.7

# uncomment this to point to the system python
# AFDKO_Python="/usr/bin/env python"

AFDKO_Scripts="${AFDKO_EXE_PATH}"/../SharedData/FDKScripts

export AFDKO_EXE_PATH
export AFDKO_Python
export AFDKO_Scripts

