this post was submitted on 16 Jul 2023
700 points (92.3% liked)
Programmer Humor
32371 readers
665 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
From approved environments:
pip freeze > requirements.txt
?So let's say I want to add a library not currently being used in this project, but that might have been approved for another project in another repo? How does
pip freeze
solve that problem? Do python users endorse a "every single python app in the entire org should use the same requirements.txt" mindset? Or what am I missing?