MCPcopy 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
2388function runtimePythonEnvPath(home) {
2389 return path.join(home, 'runtime', 'python-env');
2390}
2391
2392function runtimePythonPath(home) {
2393 return process.platform === 'win32'

Callers 3

runtimePythonPathFunction · 0.85
buildUvRuntimeEnvFunction · 0.85
ensurePythonRuntimeFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected