MCPcopy Create free account
hub / github.com/ComfyWorkflows/ComfyUI-Launcher / create_virtualenv

Function create_virtualenv

server/utils.py:501–502  ·  view source on GitHub ↗
(venv_path)

Source from the content-addressed store, hash-verified

499 os.symlink(source, target, target_is_directory=True)
500
501def create_virtualenv(venv_path):
502 run_command(['python', '-m', 'venv', venv_path])

Callers 1

create_comfyui_projectFunction · 0.90

Calls 1

run_commandFunction · 0.85

Tested by

no test coverage detected