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
but would be very redundant with the create command: same arguments/flags
except if we store original arguments in the venv's pyvenv.cfg
option 2: adding flags on command create:
--update-if-exists (default: False); should refuse to update if the venv was not created by uv (old venv)
--recreate-if-exists (default: False)
for both options, we could:
have a --backup flag to keep a backup of the venv in case things go wrong on update/recreation
--update-if-exists (default: False); should refuse to update if the venv was not created by uv (old venv)
--recreate-if-exists (default: False)