Skip to content

Commit 0f41a14

Browse files
committed
Added back --system
1 parent c23f56d commit 0f41a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installers/new-installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ uv python install "$PYTHON_VERSION"
2424

2525
# Direct installation using uv with specific Python version
2626
echo "Installing package..."
27-
uv pip install --python "$PYTHON_VERSION" "git+$REPO_URL@$BRANCH"
27+
uv pip install --system --python "$PYTHON_VERSION" "git+$REPO_URL@$BRANCH"
2828

2929
echo
3030
echo "Installation complete!"

0 commit comments

Comments
 (0)