Hacker News new | ask | show | jobs
by whalesalad 243 days ago
uv kinda drives me nuts with the hoops you have to go through to use a pre-existing virtual environment. it seems really keen on doing that itself.
2 comments

Why not just delete the virtual environment and let uv reinstall it?
What about activating the old virtualenv and using --active flag?