Re: How to set or get enviroment variable

2013-03-30 Thread Dave Angel
On 03/30/2013 04:39 PM, Nac Temha wrote: Hi, I want to get and set enviroment variable of linux system. Actually I can do this issue using os module but How can I do without using os module? Is there another way? As Chris has said, the os module is the way to get and modify the environment o

Re: How to set or get enviroment variable

2013-03-30 Thread Nac Temha
Just wondering. most ideal approach is use os module, is true? On Sat, Mar 30, 2013 at 10:45 PM, Chris Angelico wrote: > On Sun, Mar 31, 2013 at 7:39 AM, Nac Temha wrote: > > Hi, I want to get and set enviroment variable of linux system. Actually I > > can do this issue using os module but H

Re: How to set or get enviroment variable

2013-03-30 Thread Chris Angelico
On Sun, Mar 31, 2013 at 7:52 AM, Nac Temha wrote: > Just wondering. most ideal approach is use os module, is true? Yes, it most definitely is. ChrisA -- http://mail.python.org/mailman/listinfo/python-list

Re: How to set or get enviroment variable

2013-03-30 Thread Chris Angelico
On Sun, Mar 31, 2013 at 7:39 AM, Nac Temha wrote: > Hi, I want to get and set enviroment variable of linux system. Actually I > can do this issue using os module but How can I do without using os module? > Is there another way? Why would you want to do it without the os module? That IS the way to

How to set or get enviroment variable

2013-03-30 Thread Nac Temha
Hi, I want to get and set enviroment variable of linux system. Actually I can do this issue using os module but How can I do without using os module? Is there another way? Regards. -- http://mail.python.org/mailman/listinfo/python-list