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

handsome-state-59775

04/15/2021, 5:32 AM
pulumi up (v2.25.0) creates a venv with python 3.7 even though pulumi-python has moved up to 3.9.x any insights?
âś… 1
r

red-match-15116

04/15/2021, 6:00 AM
Likely an oversight, feel free to open an issue.
👍 1
h

handsome-state-59775

04/15/2021, 6:10 AM
r

red-match-15116

04/15/2021, 6:32 AM
Actually just thought about this some more, I think we just use whatever binary you have as
python3
on your machine, we don’t create the venv with a specific version. So if you have python 3.7 that’s what’ll be used. Does that align with what’s going on?
h

handsome-state-59775

04/15/2021, 6:44 AM
hmm, makes sense when i think about it. i did switch my interpreter to 3.9 in PyCharm, but my PATH is symlinked to python3.7. good catch, thanks for the help!