Hello all, I'm starting use Sage last week and I'm having some problem to remove some file from attached_files list. Below you can see what I try.
---------------------------------------------------------------------- | Sage Version 4.8, Release Date: 2012-01-20 | | Type notebook() for the GUI, and license() for information. | ---------------------------------------------------------------------- sage: load test.sage Hello world sage: sage: attach test.sage Hello world sage: Hello world 1 sage: attached_files() ['/attached/file/path/test.sage'] sage: attached_files()[0] '/attached/file/path/test.sage' sage: del attached_files()[0] sage: attached_files()[0] '/attached/file/path/test.sage' sage: Hello world 2 sage: Thanks for the help, Raniere Gaia Costa da Silva -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org