You can make Sage evaluate a given Python expression by running sage -c <your-command>' from command line. However, it seems that the
-c` parameter can only be given once. How do I make sage evaluate several commands in succession then?
1 | initial version |
You can make Sage evaluate a given Python expression by running sage -c <your-command>' from command line. However, it seems that the
-c` parameter can only be given once. How do I make sage evaluate several commands in succession then?
You can make Sage evaluate a given Python expression by running sage -c
from command line. However, it seems that <your-command>' <your-command>thethe -c
-c` parameter can only be given once. How do I make sage evaluate several commands in succession then?