logoalt Hacker News

avianlyricyesterday at 7:17 AM1 replyview on HN

You should probably look to have the uv managed venvs completely excluded from being synced, and forcing every machine to build its own venv. Given how fast and consistent uv is, there’s no real reason to share the actual venvs between machines anymore.


Replies

furyofantaresyesterday at 4:08 PM

Thank you! I wrap all my tools in very simple shell+batch scripts anyway so just specifying a different venv for each does the trick.