How can I install zlib on Mac OS X Mojave (10.14)?

后端 未结 3 734
南方客
南方客 2021-02-02 12:30

I recently upgraded from Sierra to Mojave. After that I tried to use pyenv install 3.5.6. This uses homebrew in the background to try to install python, which fails

3条回答
  •  無奈伤痛
    2021-02-02 13:03

    https://github.com/pyenv/pyenv/issues/1219

    sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /
    

提交回复
热议问题