abundant-book-94104
11/12/2021, 1:44 AMred-match-15116
11/12/2021, 2:54 AMpython -m venv venv
and then reinstall requirements with venv/bin/pip install -r requirements.txt
pulumi up
if there is no venv
folder. (like you don't have to remake it yourself)abundant-book-94104
11/12/2021, 2:55 AMprehistoric-activity-61023
11/12/2021, 7:31 AMvenv
folder (based on the configuration from Pulumi.yaml
) but please note that it does NOT automatically install dependencies).pulumi
dependency, just explicitly install the dependencies using:
source venv/bin/activate
pip install -r requirements.txt
abundant-book-94104
11/14/2021, 10:34 PM