fix: reoslve the uv issue

This commit is contained in:
Omid Zamani
2026-01-02 16:50:08 +01:00
parent e6cdcc207a
commit 68277cc929
7 changed files with 24 additions and 7 deletions

View File

@@ -3,6 +3,6 @@
# Wrapper for cmdelpoy to run it in activated virtualenv.
set -e
# Ensure uv is in PATH
export PATH="$HOME/.local/bin:$PATH"
export PATH="$HOME/.local/bin:/root/.local/bin:$PATH"
uv run cmdeploy "$@"