You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Install uv on macOS.
$ curl -LsSf https://astral.sh/uv/install.sh | sh
# Use a specific Python version in the current directory:
$ uv python pin 3.12
Pinned `.python-version` to `3.12`