MCPcopy Index your code
hub / github.com/deepnote/deepnote / isBareSystemPython

Function isBareSystemPython

packages/runtime-core/src/python-env.ts:129–131  ·  view source on GitHub ↗
(pythonPath: string)

Source from the content-addressed store, hash-verified

127 * as opposed to an absolute/relative path to a Python executable.
128 */
129export function isBareSystemPython(pythonPath: string): boolean {
130 return BARE_PYTHON_COMMAND.test(pythonPath)
131}
132
133/**
134 * Checks if a Python command is available on the system.

Callers 3

resolvePythonExecutableFunction · 0.85
buildPythonEnvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected