1 | initial version |
I'm going to repost Felix's comment as my chosen answer, since it could be missed in the comments there:
Since Sage 4.6.1, you can do
load_attach_path('/home/mike/Projects/Sage/')
and thenattach 'defaults.sage'
etc. should just work.
This works reasonably well for me since I can add my "library" path to the sage path and define sage files there.