this post was submitted on 13 Oct 2023
324 points (81.4% liked)

Programmer Humor

32266 readers
79 users here now

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

Rules:

founded 5 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
[–] [email protected] 5 points 1 year ago (9 children)

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

[–] [email protected] 12 points 1 year ago (6 children)

Pip stores nothing in a text file

[–] [email protected] 1 points 1 year ago (5 children)

If you want to export your local environment, isn't usually a requirements.txt used?

[–] [email protected] 6 points 1 year ago

Isn't it called a requirements.txt because it's used to export your project requirements (dependencies), not all packages installed in your local pip environment?

load more comments (4 replies)
load more comments (4 replies)
load more comments (6 replies)