How can I compile Python 3.6.2 on macOS with openSSL from homebrew?

前端 未结 4 1917
余生分开走
余生分开走 2020-12-31 20:25

I\'m trying to compile Python 3.6.2 on macOS 10.11 according to the instructions on https://bugs.python.org/issue29095.

I\'ve used homebrew to install openSSL to the

4条回答
  •  既然无缘
    2020-12-31 20:47

    No answer above worked for me, for Python 3.8 (currently in beta).

    Instead, what worked for me (July 2019):

    brew install openssl
    ./configure --with-openssl=/usr/local/opt/openssl
    

提交回复
热议问题