Rainy schrieb:
> Hi, I need to stop kid from deleting those .py files and I searched
> the group and found out that I need to set KID_OUTPUT_PY to "true" to
> do that. I did, and still there is no .py files. Am I doing this
> right?
> 
> [EMAIL PROTECTED]:~/reg$ KID_OUTPUT_PY=1
> [EMAIL PROTECTED]:~/reg$ echo $KID_OUTPUT_PY
> 1

You need to export it:

export KID_OUTPUT_PY=1

Otherwise started subprocesses can't see the variable.

Diez

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

Reply via email to