This message was deleted.
# python
s
This message was deleted.
m
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
I use poetry. Pipenv is a trainwreck, unfortunately.
s
I also like poetry - found pipenv was extremely slow and somewhat buggy when I tried it