Dear mailing list,

after updating my sage version to 6.8 I encountered the following problem:

I usually create a file init.sage file that includes the lines:

import sys
sys.path.append('/path/to/my/code')  

in order to add a certain folder containing my code which allows me 
directly to import modules.

If I startup sage in the command line mode and check the sys.path by typing

import sys
sys.path

everything is fine and my path is included. If I however start now the 
notebook from the comand line mode (notebook()) , the path variable in the 
notebook is overwritten. Performing

import sys
sys.path

from a notebook cell shows, that '/path/to/my/code' is not contained 
anymore. 

In earlier versions (<=6.2) it seemed to be enought to add a path in 
init.sage. Did something change in more recent version? How can I fix this?

Thanks in advance,
Tobias

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to