We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9683cb2 commit fd5ebc4Copy full SHA for fd5ebc4
run.sh
@@ -38,7 +38,7 @@ echo "Checking for virtual environment folder..."
38
# fi
39
40
# if [ "$OSTYPE" = "darwin"* ]; then
41
-echo "Installing uv on Darwin"
+echo "Installing uv on Darwin"
42
# brew install uv
43
44
@@ -48,8 +48,8 @@ echo "Installing uv on Darwin"
48
# echo "Virtual environment activated: $VENV_NAME"
49
50
echo "Installing dependencies from requirements.txt..."
51
-uv pip install --upgrade pip
52
-uv pip install -r requirements.txt
+# uv pip install --upgrade pip
+# uv pip install -r requirements.txt
53
echo "Dependencies installation complete."
54
55
PYTHON_LIB_PATH=$(find .venv/lib -type d -name "python3.*" -print -quit)
0 commit comments