Skip to content

Commit 029fa81

Browse files
committed
fix: Use uv tool install for vexor to work on macOS and dev containers
1 parent 047b1a7 commit 029fa81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

installer/steps/dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def install_vexor(use_local: bool = False, ui: Any = None) -> bool:
361361
_configure_vexor_local()
362362
return True
363363
if not command_exists("vexor"):
364-
if not _run_bash_with_retry("uv pip install --system 'vexor[local]'"):
364+
if not _run_bash_with_retry("uv tool install 'vexor[local]'"):
365365
return False
366366
_configure_vexor_local()
367367
return _setup_vexor_local_model(ui)

0 commit comments

Comments
 (0)