Home | History | Annotate | Download | only in Lib

Lines Matching refs:environ

33     os.environ['PATH'].  Returns the complete filename or None if not found.
36 path = os.environ['PATH']
161 if 'CC' in os.environ:
198 if cv in _config_vars and cv not in os.environ:
211 if cv in _config_vars and cv not in os.environ:
232 if 'CC' in os.environ:
252 if cv in _config_vars and cv not in os.environ:
265 if 'ARCHFLAGS' in os.environ:
266 arch = os.environ['ARCHFLAGS']
296 if cv in _config_vars and cv not in os.environ:
325 if stripArch or 'ARCHFLAGS' in os.environ:
334 if 'ARCHFLAGS' in os.environ and not stripArch:
335 # User specified different -arch flags in the environ,
337 compiler_so = compiler_so + os.environ['ARCHFLAGS'].split()