On Tue, Apr 1, 2008 at 8:25 PM, Kayvan A. Sylvan <[EMAIL PROTECTED]> wrote:

>
>  On Tue, Apr 01, 2008 at 09:04:48AM -0700, Edward K. Ream wrote:
>  > P.S. The docs say it is possible to set os.environ['DISTUTILS_DEBUG']
>  > = 'any-non-empty-string' in order to enable debugging.  In fact,
>  > setting os.environ is non-trivial.
>
>  Isn't this just a matter of doing this in Linux at the command shell before
>  starting python/leo/ipython/etc.:
>
>  export DISTUTILS_DEBUG=t
>
>  or setting the OS environmen variables in Windows? (For WinXP, Right
>  click on "My Computer", click on Properties, go to the Advanced tab,
>  then click on "Environment Variables")

Or if you are using IPython with 'sh' profile (ipython -p sh), you can do

%env DISTUTILS_DEBUG=t

After that, all ipython sessions have that environment variable automatically.

(yes, this is a shameless plug)

-- 
Ville M. Vainio - vivainio.googlepages.com
blog=360.yahoo.com/villevainio - g[mail | talk]='vivainio'

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
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/leo-editor?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to