DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" export PYTHONPATH=${DIR}/../Python:${PYTHONPATH} export LD_LIBRARY_PATH=${DIR}/../Pcie40Libraries/lib:${DIR}/../Pcie40DriverLibraries:${LD_LIBRARY_PATH} export PATH=${DIR}/../Pcie40Applications:${PATH} export PCIE40_DRIVER_DIR=${DIR}/../Pcie40Driver