https://pulumi.com logo
#python
Title
c

clever-plumber-29709

07/09/2020, 8:13 PM
Has anyone used pulumi along pipenv/poetry or other similar tools? i'm curious about if there is one that suits it more, and also about the best path to distribute pulumi custom components for other projects
m

microscopic-pilot-97530

07/09/2020, 9:21 PM
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