On Fri, Mar 28, 2008 at 9:05 AM, kcrisman <[EMAIL PROTECTED]> wrote: [...] > Or I could make an init.sage file and put it in, right? It could be > useful to put a sample of the sort of commands which live in that kind > of file on the Wiki FAQ, or even a blank file with suggestions > commented out in the actual distribution.
+1 For now, here's mine. This allows me to reach python extensions installed with apt-get. [EMAIL PROTECTED]:~/.sage$ cat init.sage import sys sys.path += ['/usr/local/lib/python2.5/site-packages', '/usr/lib/python2.5/site-packages', '/var/lib/python-support/python2.5'] Best, -- Hector --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---