This message was deleted.
# getting-started
s
This message was deleted.
s
trying to sort out this permissions issue now. If I run
pulumi new <path_to_repo>
that has the pulumi config that I want to seed this new repo with, I get the error above. If I run
pip install -r requirements.txt
from the new project it works. Then if I run
pulumi up
I get
error: failed to discover plugin requirements: fork/exec /Users/tyler/projects/propel-api/infrastructure/dev/venv/bin/python: permission denied
Figured it out, the config dir still had the venv from when I originally created the project, so that was coming across it seems when I seeded the new project with the config project!