MCPcopy
hub / github.com/linkedin/shiv / get_first_sitedir_index

Function get_first_sitedir_index

src/shiv/bootstrap/__init__.py:153–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151
152
153def get_first_sitedir_index():
154 for index, part in enumerate(sys.path):
155 if Path(part).stem in ("site-packages", "dist-packages"):
156 return index
157
158
159def extend_python_path(environ, additional_paths):

Callers 3

installFunction · 0.85
bootstrapFunction · 0.85

Calls

no outgoing calls

Tested by 1