Lines Matching full:exec_prefix
168 self.exec_prefix = None
258 if ((self.prefix or self.exec_prefix or self.home) and
264 if self.home and (self.prefix or self.exec_prefix):
268 if self.user and (self.prefix or self.exec_prefix or self.home or
271 "exec_prefix/home, or install_(plat)base")
275 if self.exec_prefix:
277 self.exec_prefix = None
282 # input a heady brew of prefix, exec_prefix, home, install_base,
302 (prefix, exec_prefix) = get_config_vars('prefix', 'exec_prefix')
316 'sys_exec_prefix': exec_prefix,
317 'exec_prefix': exec_prefix,
440 if self.exec_prefix is not None:
445 self.exec_prefix = os.path.normpath(sys.exec_prefix)
448 if self.exec_prefix is None:
449 self.exec_prefix = self.prefix
452 self.install_platbase = self.exec_prefix