# sage settings
#
-# This is the default, but let's make sure.
-export SAGE_INSTALL_GCC=no
-
# This is trinary, ha ha!
export SAGE_DEBUG=no
+# Needed to find the sage-on-gentoo database packages.
+export SAGE_SHARE="/usr/share/sage"
+
+# Launch the sage CLI. This is what the script generated by pip would
+# do if we used that. Use python -m sage.doctest for doctests.
+alias sage="python -m sage.cli"
+
# A "meson setup" command that disables all of the optional features,
# including the documentation, and sets up a prefix-based install that
# won't use any vendored dependencies. Does not include the trailing