I have a copy of SAGE 4.1 installed in our system files, and I want to
work on changing some code.  So, I copied sage and its subdirectories
into my home directory:

cp -p -R sage-system-directory ~/sage

I also copied the sage script into my ~/bin, renaming it mysage and
then edited the SAGE_ROOT line
to point to ~/mysage

I then did a mysage -ba

to rebuild

However, when I fire up mysage, and I type

sys.path

the paths listed are still in the system directory

If I do something like

Integer??

the paths listed are still in the system directory

I tried changing a function, then doing a sage -b, but it doesn't use
the newly changed function
(I put in a print statement).

What did I do wrong?

Victor
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to