Re: Working with environment variables.

2008-09-10 Thread Christian Heimes
aditya shukla wrote: now this dosen't change the value of the variable which was set earlier .Please help me in fixing this issue. Are you trying to modify or add an environment var so the change is visible from the calling shell? That's not possible. You can't change the env var of a parent

Working with environment variables.

2008-09-10 Thread aditya shukla
Hello folks, i am working with Python-2.5.2, fedora 9 sulphur I wanna change the value of environment variable , so if i open bash and type envvariable=value;export variable then this sets the envvariable equal to the value.Now i am writing a python script to set the value of this environment v