Linking pyenv python to homebrew in order to avoid homebrew python@3.8 installation
问题 Some packages from brew require python@3.8 as a dependency. For example: $ brew deps vim gdbm gettext libyaml lua openssl@1.1 perl python@3.8 readline ruby sqlite xz However, I want to manage all my python installations with pyenv and I would not like to download python@3.8 with brew. This would imply having to exactly same versions of python installed in 2 different locations, which I would like to avoid. Reading up on brew, pyenv and python I´ve come to understand that having python