this post was submitted on 13 Oct 2023
316 points (81.2% liked)
Programmer Humor
32444 readers
1374 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Pip stores everything inside of some random txt file that doesn't differentiate between packages and dependencies.
Pip stores nothing in a text file
If you want to export your local environment, isn't usually a requirements.txt used?
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?