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

Programmer Humor

32356 readers
1210 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] 21 points 1 year ago (11 children)

pip also has lock files

pip freeze > requirements.txt

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

That's not a lockfile. This would be the equivalent of package.json

[–] [email protected] -2 points 1 year ago (3 children)

How is it not a lock file?

package.json doesn't contain the exact version number of all downstream dependencies, this does

load more comments (2 replies)
load more comments (8 replies)