this post was submitted on 13 Oct 2023
319 points (81.3% liked)

Programmer Humor

32272 readers
103 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
[–] theFibonacciEffect@feddit.de 5 points 1 year ago (9 children)

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

[–] JakobDev@feddit.de 12 points 1 year ago (6 children)

Pip stores nothing in a text file

[–] theFibonacciEffect@feddit.de 1 points 1 year ago (5 children)

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

[–] farent@lemmy.scam-mail.me 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)