Skip to content

Notes about testing old versions of python

Alan Potter edited this page Feb 21, 2021 · 3 revisions

Building older versions on macOS 11

I was able to build python 3.5.10 with the pyenv install command here: https://github.com/pyenv/pyenv/issues/1643#issuecomment-684933052 . Just using --patch to pyenv install was enough, I didn't need to set the environment variables. Homebrew info for relevant packages:

ajp@Alans-MacBook-Pro appmap-python % brew  info  pyenv openssl readline | grep -e '^pyenv' -e '^openssl' -e '^readline' | grep -v 'is keg-only'
pyenv: stable 1.2.22 (bottled), HEAD
[email protected]: stable 1.1.1i (bottled) [keg-only]
readline: stable 8.1 (bottled) [keg-only]
Clone this wiki locally