Hacker News new | ask | show | jobs
by koolk3ychain 1960 days ago
I still use pipenv and it's great. Python version management is a hell hole when sharing a project with other devs, pipenv solves this issue and is easy enough to containerize.
1 comments

There were some pipenv red flags back in 2020, see the bottom portion of this blog post: https://jacobian.org/2019/nov/11/python-environment-2020/

Just checked the commit history of the repo and looks like pipenv is back on track. Do you have any additional context?