wwforonce commited on
Commit
f3d1f3e
·
1 Parent(s): 63eb59e

fix uv path

Browse files
Files changed (1) hide show
  1. start_with_sync.sh +2 -1
start_with_sync.sh CHANGED
@@ -25,7 +25,8 @@ echo "HF Cache: $HF_HOME"
25
  # insytall uv, custom installer
26
  mkdir -p /tmp/bin
27
  curl -LsSf https://astral.sh/uv/install.sh | env UV_UNMANAGED_INSTALL="/tmp/bin" sh
28
- source /tmp/bin/env
 
29
 
30
  uv venv /tmp/.venv
31
  source /tmp/.venv/bin/activate
 
25
  # insytall uv, custom installer
26
  mkdir -p /tmp/bin
27
  curl -LsSf https://astral.sh/uv/install.sh | env UV_UNMANAGED_INSTALL="/tmp/bin" sh
28
+ #source /tmp/bin/env
29
+ export PATH="/tmp/bin:$PATH"
30
 
31
  uv venv /tmp/.venv
32
  source /tmp/.venv/bin/activate