wasm-demo/demo/ermis-f/python_m/cur/1245

23 lines
711 B
Plaintext

From: Haimo.Zobernig at cern.ch (Haimo G. Zobernig)
Date: Wed, 28 Apr 1999 15:57:01 +0200
Subject: 'sourcing' Python scripts?
Message-ID: <372713AD.6ABA444@cern.ch>
X-UID: 1245
Dear Python experts,
this might be a unix rather than a Python problem, but I need to set
environment variables from a Python program *in the parent process*
that is running the Python script ( a la os.environ['BAR'] = 'foo' ).
In other words, I want to achieve the equivalent of 'sourcing' the
Python script. Can this be done? Even better would be a solution that
also works on the various WinAbominations... (well, NT at least)
Haimo G. Zobernig
Haimo.Zobernig at cern.ch