You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "ERROR: CRETEN_APP_ROOT_DIR is not set. Please initialize it with CRETEN application root dir."
return 1
fi
if [ ! -d "$CRETEN_APP_ROOT_DIR" ]; then
echo "ERROR: CRETEN_APP_ROOT_DIR (\"$CRETEN_APP_ROOT_DIR\") does not correspond to a valid directory. Please initialize it with CRETEN application root dir."
return 1
fi
echo "Adding \"${CRETEN_APP_ROOT_DIR}\" into PYTHONPATH..."