Lines Matching full:join
46 destination = os.path.join(builddir, "installation")
50 dist.script_name = os.path.join(builddir, "setup.py")
53 build_lib=os.path.join(builddir, "lib"),
68 libdir = os.path.join(destination, "lib", "python")
70 platlibdir = os.path.join(destination, sys.platlibdir, "python")
74 os.path.join(destination, "include", "python", "foopkg"))
75 check_path(cmd.install_scripts, os.path.join(destination, "bin"))
85 self.user_base = os.path.join(self.tmpdir, 'B')
86 self.user_site = os.path.join(self.tmpdir, 'S')
195 cmd.record = os.path.join(project_dir, 'filelist')
230 cmd.record = os.path.join(project_dir, 'filelist')