ACTIVATE=/mnt/scratch/kaminski/conda/bin/activate
if [[ -e "${ACTIVATE}" ]]; then
    source /mnt/scratch/kaminski/conda/bin/activate clang
fi
