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
Pass --no-input to pip commands, to avoid silently blocking on user input. (#131)
Use uv's --python option to select the interpreter, instead of passing it as a VIRTUAL_ENV environment variable. This is more explicit and hopefully more resilient to changes in uv's Python detection logic. (#145)