Investigations - Python
Tips
CERT Errors
__main__
Simple Easy Http Server
pyenv
Installation
Basic: https://github.com/pyenv/pyenv/wiki/Common-build-problems
ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib?
in short, brew unlink openssl@3 openssl@1.1 pkg-config
might help (actually pkg-config
part).