brief-church-23335
12/18/2022, 8:27 PMpulumi-aws
) ones - been trying to update the requirements.txt
file and then pulumi refresh
but it doesn’t seem to workbillowy-army-68599
red-match-15116
12/19/2022, 12:25 AMrequirements.txt
and run
venv/bin/pip install -r requirements.txt
OR you can run
venv/bin/pip install [dependency]
Not sure if you're expecting pulumi refresh
to do the dependency installation for you - but that is not the expected behavior of refresh
. You can read more about it in the docs here: https://www.pulumi.com/docs/reference/cli/pulumi_refresh/brief-church-23335
12/19/2022, 5:46 AMvenv
“know” to install it on the Pulumi VM and not locally? 🤔