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

Function getVenvBinDir

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

Source from the content-addressed store, hash-verified

11};
12
13export function getVenvBinDir(venvPath: string) {
14 return join(venvPath, isWin ? 'Scripts' : 'bin');
15}
16
17export function useVirtualEnv(
18 workPath: string,

Callers 4

unit.test.tsFile · 0.90
createVenvEnvFunction · 0.85
getVenvPythonBinFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected