]> gitweb.michael.orlitzky.com - sage.d.git/blob - README
Add a note to the README about `sage -t` not loading init.sage.
[sage.d.git] / README
1 My own personal library of Sage[1] code.
2
3 It is intended to be loaded into every Sage session, or Python script
4 which imports the Sage library. Sage loads ~/.sage/init.sage upon
5 startup, so I've supplied a sample init.sage file which will load this
6 code from ~/src/sage/.
7
8 Newer versions of Sage don't load ~/.sage/init.sage during test mode,
9 so the imports in mjo/all.py will fail by default. However, as long as
10 the other modules don't rely on all.py, their tests should be fine.
11
12 [1] http://www.sagemath.org/