Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Comfy-Org/ComfyUI-Manager
/ _venv_python
Function
_venv_python
tests/e2e/test_e2e_git_clone.py:54–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
53
54
def
_venv_python() -> str:
55
if
sys.platform ==
"win32"
:
56
return
os.path.join(E2E_ROOT,
"venv"
,
"Scripts"
,
"python.exe"
)
57
return
os.path.join(E2E_ROOT,
"venv"
,
"bin"
,
"python"
)
58
59
60
def
_cm_cli_path() -> str:
Callers
1
_start_comfyui
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected