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 c23f56d commit 0f41a14Copy full SHA for 0f41a14
installers/new-installer.sh
@@ -24,7 +24,7 @@ uv python install "$PYTHON_VERSION"
24
25
# Direct installation using uv with specific Python version
26
echo "Installing package..."
27
-uv pip install --python "$PYTHON_VERSION" "git+$REPO_URL@$BRANCH"
+uv pip install --system --python "$PYTHON_VERSION" "git+$REPO_URL@$BRANCH"
28
29
echo
30
echo "Installation complete!"
0 commit comments