Merge "stackrc: Remove USE_PYTHON3"

This commit is contained in:
Zuul 2024-06-24 10:52:04 +00:00 committed by Gerrit Code Review
commit b425e822f6

View File

@ -126,10 +126,6 @@ if [[ -r $RC_DIR/.localrc.password ]]; then
source $RC_DIR/.localrc.password
fi
# Control whether Python 3 should be used at all.
# TODO(frickler): Drop this when all consumers are fixed
export USE_PYTHON3=True
# Adding the specific version of Python 3 to this variable will install
# the app using that version of the interpreter instead of just 3.
_DEFAULT_PYTHON3_VERSION="$(_get_python_version python3)"