pyenv-virtualenv

Install python 3.6.* on Mac M1

Install python 3.6.* on Mac M1 Question: I’m trying to run an old app that requires python < 3.7. I’m currently using python 3.9 and need to use multiple versions of python. I’ve installed pyenv-virtualenv and pyenv and successfully installed python 3.7.13. However, when I try to install 3.6.*, I get this: $ pyenv install …

Total answers: 3