| 1 | initial version |
To extend your path in a Sage session, do:
sys.path.append('mypath')
To extend it at the start of each session, add the above to the init.sage file
in the .sage directory in your home directory (creating the init.sage file
if it does not exist).
See also:
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.