Hacker News new | ask | show | jobs
by davnn 148 days ago
I would say uv provides quite a lot of additional features that can be used in various ways to create plain-old venvs. Note, however that uv-pack can also pack a subset of your uv-monorepo for a specific package (there are still some quirks I have to admit..).

My experience was that it‘s surprisingly painful to „just copy“ a venv and especially a uv-created venv. There are a lot of paths to be modified to get the venv working. Copying a venv felt hacky and wrong, that‘s why I built the tool :)

1 comments

For what it's worth, the tooling I'm working (supposedly) on has a design intent of relocatable venvs.
Do you have a link to share? Would be highly interested!