5.3.1.24.16.9. cli.helpers.python_setup.main
- cli.helpers.python_setup.main(env_dir: str, confirm: bool = False, self_install: bool = False, dry_run: bool = True) int
Run the environment installation helper workflow.
- Parameters:
env_dir – Target virtual-environment directory.
confirm – Skip interactive confirmation when
True.self_install – Also install local
fox CLIpackage whenTrue.dry_run – If
True, print only and do not execute commands.
- Returns:
0on success,1on failure.