We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb84bd6 commit f2258e2Copy full SHA for f2258e2
installers/new-installer.sh
@@ -20,7 +20,7 @@ fi
20
21
# Direct installation using uv with specific Python version
22
echo "Installing package..."
23
-uv pip install --python "$PYTHON_VERSION" "git+$REPO_URL@$BRANCH"
+uv pip install --system --python "$PYTHON_VERSION" "git+$REPO_URL@$BRANCH"
24
25
echo
26
echo "Installation complete!"
0 commit comments