this post was submitted on 13 Oct 2023
296 points (80.8% liked)

Programmer Humor

32410 readers
1 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 

Sorry Python but it is what it is.

you are viewing a single comment's thread
view the rest of the comments
[–] Ascyron@lemmy.one 8 points 2 years ago (21 children)

Bruh idk why the difference... Educate me?

[–] theFibonacciEffect@feddit.de 5 points 2 years ago (9 children)

Pip stores everything inside of some random txt file that doesn't differentiate between packages and dependencies.

[–] SSUPII@sopuli.xyz 4 points 2 years ago (1 children)

Honestly its a simple and straightforward solution. What's wrong with it?

[–] theFibonacciEffect@feddit.de 1 points 2 years ago* (last edited 2 years ago)

If newer versions are released and dependencies change you would still install the old dependencies. And if the dependencies are not stored you can't reproduce the exact same environment.

load more comments (7 replies)
load more comments (18 replies)