Lines Matching refs:path
25 # _python_exe is the assumed path to the python executable.
47 set_executable(os.path.join(sys.exec_prefix, 'python.exe'))
167 sys_path=sys.path.copy()
193 if (not os.path.isabs(main_path) and
195 main_path = os.path.join(process.ORIGINAL_DIR, main_path)
196 d['init_main_from_path'] = os.path.normpath(main_path)
223 sys.path = data['sys_path']
277 main_name = os.path.splitext(os.path.basename(main_path))[0]
286 # If the parent process has sent a path through rather than a module