MCPcopy 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
2402function runtimeUvPythonInstallPath(home) {
2403 return path.join(home, 'runtime', 'python');
2404}
2405
2406function runtimeToolsPath(home) {
2407 return path.join(home, 'runtime', 'tools');

Callers 3

buildUvRuntimeEnvFunction · 0.85
ensureUvManagedPythonFunction · 0.85
ensurePythonRuntimeFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected