Skip to content

Commit

Permalink
Added back --system
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianLucas committed Dec 4, 2024
1 parent c23f56d commit 0f41a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installers/new-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ uv python install "$PYTHON_VERSION"

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

echo
echo "Installation complete!"

0 comments on commit 0f41a14

Please sign in to comment.