Lines Matching defs:ZIP_LANDMARK
185 ZIP_LANDMARK = f'{platlibdir}/python{VERSION_MAJOR}{VERSION_MINOR}.zip'
198 ZIP_LANDMARK = f'python{VERSION_MAJOR}{VERSION_MINOR}{PYDEBUGEXT or ""}.zip'
555 if ZIP_LANDMARK:
558 if isfile(joinpath(library_dir, ZIP_LANDMARK)):
561 prefix = search_up(library_dir, ZIP_LANDMARK)
569 if ZIP_LANDMARK and executable_dir and not prefix:
572 if isfile(joinpath(executable_dir, ZIP_LANDMARK)):
575 prefix = search_up(executable_dir, ZIP_LANDMARK)
669 pythonpath.append(joinpath(library_dir, ZIP_LANDMARK))
672 pythonpath.append(joinpath(PREFIX, ZIP_LANDMARK))
674 pythonpath.append(joinpath(prefix, ZIP_LANDMARK))