<@UCWG26BH7> random, hopefully it doesn't derail t...
# python
g
@billowy-army-68599 random, hopefully it doesn't derail the topic from general, but is related, does pulumi automatically activate the venv when using the options->virtualenv directive in Pulumi.yaml? We use Pipfile and a lock, so I have to pre-activate it with
pipenv shell
before running Pulumi.
b
if you run
pulumi up
and have a
venv
specified in your
Pulumi.yaml
, it should use the venv yes
not sure how it works with
pipenv
mind
g
Got it. Thank you for that feedback.