Lines Matching refs:library
64 # library -- [in, optional] path of dylib/DLL/so
81 # dependent directory (exec_prefix), containing the shared library
120 # runtime library (if any) or the actual executable (not the symlink),
157 # containing the shared library modules is appended. The environment
312 base_executable = f"{dirname(library)}/bin/python{VERSION_MAJOR}.{VERSION_MINOR}"
420 if not executable_dir and os_name == 'darwin' and library:
421 # QUIRK: macOS checks adjacent to its library early
422 library_dir = dirname(library)
456 # ._pth file, but it cannot override the library's one.
457 for p in [library, executable, real_executable]:
548 # Reset the standard library directory if it was already set
552 # First try to detect prefix by looking alongside our runtime library, if known
553 if library and not prefix:
554 library_dir = dirname(library)
664 # QUIRK: Windows uses the library directory rather than the prefix
665 if library:
666 library_dir = dirname(library)