Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
export
function
getVenvBinDir(venvPath: string) {
14
return
join(venvPath, isWin ?
'Scripts'
:
'bin'
);
15
}
16
17
export
function
useVirtualEnv(
18
workPath: string,
Callers
4
unit.test.ts
File · 0.90
getMultiServicePythonRunner
Function · 0.90
createVenvEnv
Function · 0.85
getVenvPythonBin
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected