Skip to content

Commit f2258e2

Browse files
committed
Update new-installer.sh to use --system flag for pip installation
1 parent cb84bd6 commit f2258e2

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
@@ -20,7 +20,7 @@ fi
2020

2121
# Direct installation using uv with specific Python version
2222
echo "Installing package..."
23-
uv pip install --python "$PYTHON_VERSION" "git+$REPO_URL@$BRANCH"
23+
uv pip install --system --python "$PYTHON_VERSION" "git+$REPO_URL@$BRANCH"
2424

2525
echo
2626
echo "Installation complete!"

0 commit comments

Comments
 (0)