MCPcopy Create free account
hub / github.com/ResearAI/DeepScientist / runtimePythonPath

Function runtimePythonPath

bin/ds.js:2392–2396  ·  view source on GitHub ↗
(home)

Source from the content-addressed store, hash-verified

2390}
2391
2392function runtimePythonPath(home) {
2393 return process.platform === 'win32'
2394 ? path.join(runtimePythonEnvPath(home), 'Scripts', 'python.exe')
2395 : path.join(runtimePythonEnvPath(home), 'bin', 'python');
2396}
2397
2398function runtimeUvCachePath(home) {
2399 return path.join(home, 'runtime', 'uv-cache');

Callers 1

ensurePythonRuntimeFunction · 0.85

Calls 2

runtimePythonEnvPathFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected