this post was submitted on 03 Oct 2025
590 points (98.8% liked)

Programmer Humor

26772 readers
981 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] IcedRaktajino@startrek.website 4 points 5 days ago (2 children)

Sounds like at least a minor improvement. Can those me moved and still work? Like, if I move the project folder, do I have to reinitialize it and download all the packages again?

[–] WhyJiffie@sh.itjust.works 1 points 4 days ago

you can always keep the venv dir in the project dir, even without uv. that's what I do most of the times

[–] eager_eagle@lemmy.world 2 points 5 days ago

ah, it's a massive improvement. Everything is in your project dir, so you can move it around. But uv is the fastest package manager, so reinstalling most things doesn't take time; with the exception of dependencies that need to compile code in different langs.