Hacker News new | ask | show | jobs
by paddyoloughlin 3033 days ago
pipenv is like npm for python and Pipfile works similar to package.json. There's even a Pipfile.lock
1 comments

pipenv is more like yarn (same version locking concept)
If I remember correctly the newest npm does the same though.
Yeah, npm and yarn are pretty close at the moment. Yarn had a big advantage when it was first release, but npm seems to have caught up.