Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
153
def
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
159
def
extend_python_path(environ, additional_paths):
Callers
3
test_first_sitedir_index
Method · 0.90
install
Function · 0.85
bootstrap
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_first_sitedir_index
Method · 0.72