This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author clive
Recipients amaury.forgeotdarc, clive
Date 2008-11-25.05:06:56
SpamBayes Score 0.0001826856
Marked as misclassified No
Message-id <BAY112-W258B48AB172CA9742A171F20B0@phx.gbl>
In-reply-to <1227517233.27.0.809676247073.issue4402@psf.upfronthosting.co.za>
Content
I have installed both py2.5 and py3.0rc3. I got the result as follows:

1.py3.0  : from the windows start menu-->run, type in "python" ,and py3.0 will startup(which I don't understand why),then execute 

import ossys_path=os.getenv('PATH')print(sys_path)
will get the result.

2.py2.5: First start the windows programme "cmd", and then type in "python", and py2.5 will startup,then  also execute the code 
import ossys_path=os.getenv('PATH')print(sys_path)
will get the result.

Thanks!> Subject: [issue4402] os.getenv('PATH') return different result between 2.5 and 3.0rc3> To: zhaolu8@hotmail.com> From: report@bugs.python.org> Date: Mon, 24 Nov 2008 09:00:33 +0000> > > Amaury Forgeot d'Arc <amauryfa@gmail.com> added the comment:> > I cannot reproduce this. Python does not modify the environment variables.> How did you exactly start the python interpreters, 2.5 and 3.0?> > ----------> nosy: +amaury.forgeotdarc> > _______________________________________> Python tracker <report@bugs.python.org>> <http://bugs.python.org/issue4402>> _______________________________________
_________________________________________________________________
MSN资讯快递,帮助你第一时间了解最新资讯!
http://im.live.cn/newsexpress
Files
File name Uploaded
unnamed clive, 2008-11-25.05:06:55
History
Date User Action Args
2008-11-25 05:06:57clivesetrecipients: + clive, amaury.forgeotdarc
2008-11-25 05:06:56clivelinkissue4402 messages
2008-11-25 05:06:56clivecreate