Environment Variable

Raymond Hettinger python at rcn.com
Mon Jul 18 03:59:36 EDT 2005


[Vivek Chaudhary]
> Is it possible to set an environment variable in python script whose
> value is retained even after the script exits.

There is an indirect approach:
   http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/159462


Raymond




More information about the Python-list mailing list