Spaces:
Paused
Paused
fix uv path
Browse files
run.sh
CHANGED
|
@@ -12,6 +12,8 @@ git clone https://github.com/waxz/Gemini-CLI-2-API.git /tmp/Gemini-CLI-2-API
|
|
| 12 |
git clone https://github.com/snailyp/gemini-balance.git /tmp/gemini-balance
|
| 13 |
|
| 14 |
curl -LsSf https://astral.sh/uv/install.sh | sh
|
|
|
|
|
|
|
| 15 |
uv venv /tmp/.venv
|
| 16 |
source /tmp/.venv/bin/activate
|
| 17 |
uv pip install -r /tmp/gemini-balance/requirements.txt
|
|
|
|
| 12 |
git clone https://github.com/snailyp/gemini-balance.git /tmp/gemini-balance
|
| 13 |
|
| 14 |
curl -LsSf https://astral.sh/uv/install.sh | sh
|
| 15 |
+
source $HOME/.local/bin/env
|
| 16 |
+
|
| 17 |
uv venv /tmp/.venv
|
| 18 |
source /tmp/.venv/bin/activate
|
| 19 |
uv pip install -r /tmp/gemini-balance/requirements.txt
|