Lines Matching full:join
91 return os.path.join(self.env_dir, *args)
214 os.path.join(fake_env_dir, bin_path, python_exe)
246 envpy = os.path.join(self.env_dir, self.bindir, self.exe)
264 envpy = os.path.join(self.env_dir, self.bindir, self.exe)
287 envpy = os.path.join(self.env_dir, self.bindir, self.exe)
324 d = os.path.join(self.env_dir, *subdirs)
326 fn = os.path.join(d, filename)
337 fn = os.path.join(self.env_dir, *(subdirs + ('foo',)))
345 fn = os.path.join(self.env_dir, *(subdirs + ('foo',)))
350 fn = os.path.join(path, fn)
359 fn = os.path.join(self.env_dir, *paths)
427 envpy = os.path.join(os.path.realpath(self.env_dir),
441 envpy = os.path.join(os.path.realpath(self.env_dir),
453 env_dir = os.path.join(os.path.realpath(self.env_dir), 'ϼўТλФЙ')
456 activate = os.path.join(env_dir, self.bindir, 'activate.bat')
457 envpy = os.path.join(env_dir, self.bindir, self.exe)
476 envpy = os.path.join(os.path.realpath(self.env_dir),
494 envpy = os.path.join(os.path.realpath(self.env_dir),
496 script = os.path.join(TEST_HOME_DIR, '_test_venv_multiprocessing.py')
507 activate = os.path.join(self.env_dir, self.bindir, "activate")
508 test_script = os.path.join(self.env_dir, "test_strict.sh")
524 envpy = os.path.join(os.path.realpath(self.env_dir),
553 bindir = os.path.join(non_installed_dir, self.bindir)
556 libdir = os.path.join(non_installed_dir, platlibdir, self.lib[1])
558 landmark = os.path.join(libdir, "os.py")
560 zip_landmark = os.path.join(non_installed_dir,
571 os.path.join(non_installed_dir, platlibdir))
572 elif os.path.isfile(os.path.join(eachpath, "os.py")):
576 fn = os.path.join(eachpath, name)
580 shutil.copytree(fn, os.path.join(libdir, name))
584 cmd = [os.path.join(non_installed_dir, self.bindir, self.exe),
592 pythonpath = os.pathsep.join(
607 envpy = os.path.join(self.env_dir, self.bindir, self.exe)
618 envpy = os.path.join(os.path.realpath(self.env_dir),
674 dirpath = os.path.join(home_dir, dirname)
676 fpath = os.path.join(dirpath, fname)
687 envpy = os.path.join(os.path.realpath(self.env_dir), self.bindir, self.exe)