sagemath_environment: System and software environment¶
The pip-installable distribution package passagemath-environment
is a
distribution of a small part of the Sage Library.
It provides a small, fundamental subset of the modules of the Sage
library (“sagelib”, passagemath-standard
), providing the connection to the
system and software environment.
What is included¶
sage
script for launching the Sage REPL and accessing various developer tools (seesage --help
, Invoking Sage).sage.env
sage.features: Testing for features of the environment at runtime
sage.misc.package: Listing packages of the Sage distribution
Type¶
standard
Dependencies¶
Version Information¶
package-version.txt:
10.6.29
version_requirements.txt:
passagemath-environment ~= 10.6.29.0
Installation commands¶
$ pip install passagemath-environment~=10.6.29.0
$ sage -i sagemath_environment
However, these system packages will not be used for building Sage
because spkg-configure.m4
has not been written for this package;
see upstream Issue #27330 for more information.