Lines Matching refs:home
114 # Step 1. Are we running in a virtual environment? Unless 'home' has
115 # been specified another way, check for a pyvenv.cfg and use its 'home'
125 # set as 'home'.
136 # Step 4. If 'home' is set, either by Py_SetHome(), ENV_PYTHONHOME,
220 home = config.get('home')
324 # CALCULATE (default) home
331 if home:
334 home = ENV_PYTHONHOME
345 if not home and not py_setpath:
364 if had_equ and key.strip().lower() == 'home':
368 # more accurate than assuming the executable in 'home'.
379 # "python" is not available in the "home" directory as the standard
469 # If we found a ._pth file, disable environment and home
473 home = pth_dir
541 # Read prefix and exec_prefix from explicitly set home
542 if home:
545 prefix, had_delim, exec_prefix = home.partition(DELIM)
695 # when home was not set and we haven't found our stdlib
697 if not home and not stdlib_dir:
778 config['home'] = home