MCPcopy Create free account
hub / github.com/vercel/vercel / getVenvPythonBin

Function getVenvPythonBin

packages/python/src/utils.ts:145–147  ·  view source on GitHub ↗
(venvPath: string)

Source from the content-addressed store, hash-verified

143}
144
145export function getVenvPythonBin(venvPath: string) {
146 return join(getVenvBinDir(venvPath), isWin ? 'python.exe' : 'python');
147}
148
149export async function runPyprojectScript(
150 workPath: string,

Callers 7

buildFunction · 0.90
lockMethod · 0.90
getVenvSitePackagesDirsFunction · 0.90
runDjangoCollectStaticFunction · 0.90
runFunction · 0.90

Calls 1

getVenvBinDirFunction · 0.85

Tested by

no test coverage detected