[Pydev-users] [Users] os.environ in pydev and terminal are not same
Brought to you by:
fabioz
|
From: SourceForge.net <no...@so...> - 2011-07-28 03:31:15
|
The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4627312: I want to get the os.environ['LANG'] in MacOSX10.6.8 use the eclipse + pydev. But it always return the None for this value. If we use the terminal to run this script, it can returen the correct like en-US.utf-8. So, how to get this value in the pydev? |