Avoid recompilation of .spyx file
I have a script I am running many times with a .spyx file. Unfortunately each compilation creates a large temporary file, and these are eating up my disk quota so it now no longer runs. What do I do to avoid this situation? Ideally I compile once and sage uses that for all executions.
This is weird. Sage should clean up the previous compilation. Which version are you using?