Hello! Sage 5.12 doesn't see init.sage file in $DOT_SAGE I found this bug in such way:
>>import os >>os.environ['SAGE_STARTUP_FILE'] /home/andrei/.sage//init.sage The problem is in file $SAGE_ROOT/spkg/bin/sage-env There is line SAGE_STATUP_FILE = "$DOT_SAGE/init.sage" in this file I replaced this line to: SAGE_STATUP_FILE = "home/andrei/.sage/init.sage" After that sage see my init.sage file Thanks. -- 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/groups/opt_out.
