pulumi up (v2.25.0) creates a venv with python 3.7...
# python
h
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
Likely an oversight, feel free to open an issue.
đź‘Ť 1
h
r
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
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!