Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ResearAI/DeepScientist
/ runtimeUvPythonInstallPath
Function
runtimeUvPythonInstallPath
bin/ds.js:2402–2404 ·
view source on GitHub ↗
(home)
Source
from the content-addressed store, hash-verified
2400
}
2401
2402
function
runtimeUvPythonInstallPath(home) {
2403
return
path.join(home,
'runtime'
,
'python'
);
2404
}
2405
2406
function
runtimeToolsPath(home) {
2407
return
path.join(home,
'runtime'
,
'tools'
);
Callers
3
buildUvRuntimeEnv
Function · 0.85
ensureUvManagedPython
Function · 0.85
ensurePythonRuntime
Function · 0.85
Calls
1
join
Method · 0.45
Tested by
no test coverage detected