Y
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
scuff3d
243 days ago
Why not just delete the virtual environment and let uv reinstall it?
link
hansonkd
243 days ago
What about activating the old virtualenv and using --active flag?
link