We’ve used pipenv a fair bit internally and it’s worked well enough. Though, we recently added support in Pulumi for creating and using a virtual environment (for new projects) and will probably move to using that more going forward over pipenv.
Some more info here: https://www.pulumi.com/docs/intro/languages/python/#virtual-environments
s
sparse-state-34229
07/10/2020, 6:01 PM
I use poetry. Pipenv is a trainwreck, unfortunately.
s
salmon-gold-74709
07/11/2020, 3:22 PM
I also like poetry - found pipenv was extremely slow and somewhat buggy when I tried it