On Dec 18, 10:07 pm, "Craig Citro" <craigci...@gmail.com> wrote:
> > How do I set an environment variable in the Sage code?
>
> From the command line, you can just do:
>
> sage: import os
>
> Then os.environ is a dictionary storing your environment variables. In
> particular:
>
> sage: os.environ['SAGE_BANNER'] = 'no'

Great, thanks, this is just what I needed.

  John

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to