Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ResearAI/DeepScientist
/ runtimePythonEnvPath
Function
runtimePythonEnvPath
bin/ds.js:2388–2390 ·
view source on GitHub ↗
(home)
Source
from the content-addressed store, hash-verified
2386
}
2387
2388
function
runtimePythonEnvPath(home) {
2389
return
path.join(home,
'runtime'
,
'python-env'
);
2390
}
2391
2392
function
runtimePythonPath(home) {
2393
return
process.platform ===
'win32'
Callers
3
runtimePythonPath
Function · 0.85
buildUvRuntimeEnv
Function · 0.85
ensurePythonRuntime
Function · 0.85
Calls
1
join
Method · 0.45
Tested by
no test coverage detected