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: