Hacker News new | ask | show | jobs
by Toritori12 368 days ago
I wish there was a way to force all deps to create folders in the same directory by default. Tired of seeing how many libraries feel entitled to write on your Home (which I like to have in a small partition and those big GB-sized files are not expected).
1 comments

HOME=/tmp/ uv run
welp, nice simple solution lol, thanks!