a way to set a per-user SageObject.db() folder

asked 2012-11-23 08:41:04 +0200

ADuC812 gravatar image

I like the way Sage allows any SageObject to be dumped by SageObject.db('name') command. However, setting up a multi-user server I have found that all notebook users share the same directory in $HOME/.sage/db

Moreover, if a server has a pool with several local users to run the code, which is recommended in tutorials for public servers, these local users all have different $HOME! (this can be worked around by symlinking for example)

Is there a way to set a single db() directory per notebook user, and not for pool user?

edit retag flag offensive close merge delete