#!/bin/bash if [ "x$GEXT_STRUCTURED_IMAGE" = "x" ] ; then source ./setup.bash fi if [ "x$PYTHON3_HOME" = "x" ] ; then echo "" >&2 echo "!!!!" >&2 echo "! Failed to find selfcontained-python3" >&2 echo "! Have you run ext-cli/get-selfcontained-python3.sh?" >&2 echo "!!!!" >&2 echo "" >&2 # Uncomment the following if you want to stop everything immediately # # While it is commented out, it means the issue is flagged, but # allows for the circumstance that the developer is (for some reason) # needing to make use of a version of python outside of this extension's area # # return 1 fi export GEXT_STRUCTURED_IMAGE_DEVEL=1