On Tue, Jun 3, 2008 at 2:14 AM, Giovanni Samaey
<[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I would like to use an extensive set of python modules that I have
> written myself from within a sage notebook; I am used to setting a
> $pythonhome variable in a shell and then run ipython.  How do I obtain
> the same result if I just double-click the sage icon on a mac ?
>
> I am new to sage, and my question is probably basic, but I couldn't
> find this in the documentation.
>
> Best, and thanks for the great package.
>

Python's search path is sys.path, so you could just do

sage: sys.path.append('/path/to/dir')

William

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to