I just upgraded 3.17.1 -> 3.18.0 on OSX via bre...
# general
c
I just upgraded 3.17.1 -> 3.18.0 on OSX via brew and i’m getting some python env issues (I use Pulumi with
pyenv
and
poetry
) which works well on
3.17.1
Specifically:
Failed to resolve python version command: fork/exec bin/python: no such file or directory
Oddly enough everything appears to still work, the error seems spurious, though unsettling
Is it possible to downgrade to 3.17.1? I tried
brew install pulumi@3.17.1
without success (not a brew expect but I believe that is the usual approach to installing non-latest versions)