Lines Matching refs:pythonpath
230 pythonpath = config.get('module_search_paths') variable
474 pythonpath = [] variable
655 pythonpath = [] variable
660 pythonpath.append(abspath(p))
669 pythonpath.append(joinpath(library_dir, ZIP_LANDMARK))
672 pythonpath.append(joinpath(PREFIX, ZIP_LANDMARK))
674 pythonpath.append(joinpath(prefix, ZIP_LANDMARK))
692 pythonpath.extend(v.split(DELIM))
700 pythonpath.extend(v.split(DELIM))
709 pythonpath.append(joinpath(prefix, p))
720 pythonpath.append(platstdlib_dir)
722 pythonpath.append(stdlib_dir)
723 if executable_dir and executable_dir not in pythonpath:
728 pythonpath.append(executable_dir)
731 pythonpath.append(stdlib_dir)
733 pythonpath.append(platstdlib_dir)
735 config['module_search_paths'] = pythonpath
759 pythonpath = [] variable
769 pythonpath.append(joinpath(pth_dir, line))
770 config['module_search_paths'] = pythonpath