message "${PROBLEM_COLOR}WARNING: Not choosing python 2 as primary will break many spells!$DEFAULT_COLOR" &&
message "${MESSAGE_COLOR}         Switching to python 3 will cause a lot of work for you.$DEFAULT_COLOR"  &&
config_query PY3K "Use Python 3 as primary version on the system?" n &&
config_query SYMLINK "create symlinks for python -> python3" n &&

config_query_option PYTHON3_OPTS \
                    "Enable IPv6?" y \
                    "--enable-ipv6" \
                    "--disable-ipv6" &&

config_query_option PYTHON3_OPTS \
                    "Enable POSIX threads (pthreads) support?" y \
                    "--with-threads" \
                    "--without-threads"
