Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
501
def
create_virtualenv(venv_path):
502
run_command([
'python'
,
'-m'
,
'venv'
, venv_path])
Callers
1
create_comfyui_project
Function · 0.90
Calls
1
run_command
Function · 0.85
Tested by
no test coverage detected