MCPcopy
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
54def _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
60def _cm_cli_path() -> str:

Callers 1

_start_comfyuiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected