Skip to content

Instantly share code, notes, and snippets.

@kgriffs
Last active May 15, 2019 17:02
Show Gist options
  • Save kgriffs/5e545d6349d2cd5a5b4ce0e28c6df90d to your computer and use it in GitHub Desktop.
Save kgriffs/5e545d6349d2cd5a5b4ce0e28c6df90d to your computer and use it in GitHub Desktop.
Fix missing zlib ("zlib not available") on Mac OS when installing python with pyenv.
sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /
@kgriffs
Copy link
Author

kgriffs commented May 15, 2019

Alternatively: open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment