I've been using Pipenv for several months, but there was a long hiatus in their releases, leading many to think the project was dead.
Releases have recently resumed. In the meantime, it seems that poetry might have surpassed Pipenv in features and design.
@themarkymark, have you tried https://python-poetry.org/? I'm looking forward to trying it for my next Python project.
No I haven't but I think I heard of it then forgot to actually try it. I will check it out but I really love pipenv. I love how npm works and pipenv gives very similar functionality but better in some ways (no 3500 module node_modules folder).
Python has always been more clunky with virtual environments.