Skip to content

Commit

Permalink
Update new-installer.sh to use --system flag for pip installation
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianLucas committed Dec 4, 2024
1 parent cb84bd6 commit f2258e2
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 @@ -20,7 +20,7 @@ fi

# 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 f2258e2

Please sign in to comment.