Lines Matching full:exec_prefix
168 self.exec_prefix = None
256 if ((self.prefix or self.exec_prefix or self.home) and
262 if self.home and (self.prefix or self.exec_prefix):
266 if self.user and (self.prefix or self.exec_prefix or self.home or
269 "exec_prefix/home, or install_(plat)base")
273 if self.exec_prefix:
275 self.exec_prefix = None
280 # input a heady brew of prefix, exec_prefix, home, install_base,
300 (prefix, exec_prefix) = get_config_vars('prefix', 'exec_prefix')
309 'sys_exec_prefix': exec_prefix,
310 'exec_prefix': exec_prefix,
425 if self.exec_prefix is not None:
430 self.exec_prefix = os.path.normpath(sys.exec_prefix)
433 if self.exec_prefix is None:
434 self.exec_prefix = self.prefix
437 self.install_platbase = self.exec_prefix