Lines Matching refs:path
3 import os.path
32 def _find_packages(path):
35 filenames = os.listdir(path)
37 # Ignore: path doesn't exist or permission error
56 wheel_path = os.path.join(path, filename)
88 sys.path = {additional_paths or []} + sys.path
132 Note that calling this function will alter both sys.path and os.environ.
147 Note that calling this function will alter both sys.path and os.environ.
171 # additional paths that need added to sys.path
183 wheel_name = os.path.basename(package.wheel_path)
185 filename = os.path.join(tmpdir, wheel_name)