mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-14 06:13:53 -05:00
+Mojave notes from https://github.com/pyenv/pyenv/issues/1515
20
Home.md
20
Home.md
@@ -27,13 +27,21 @@ environment.
|
|||||||
|
|
||||||
* **Mac OS X:**
|
* **Mac OS X:**
|
||||||
|
|
||||||
If you haven't done so, install Xcode Command Line Tools
|
If you haven't done so, install Xcode Command Line Tools
|
||||||
(`xcode-select --install`) and [Homebrew](http://brew.sh/). Then:
|
(`xcode-select --install`) and [Homebrew](http://brew.sh/). Then:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
# optional, but recommended:
|
||||||
|
brew install openssl readline sqlite3 xz zlib
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
* When running Mojave (10.14.x) you will also [need to install the additional SDK headers:](https://developer.apple.com/documentation/xcode_release_notes/xcode_10_release_notes#3035624)
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /
|
||||||
|
```
|
||||||
|
|
||||||
```sh
|
|
||||||
# optional, but recommended:
|
|
||||||
brew install openssl readline sqlite3 xz zlib
|
|
||||||
```
|
|
||||||
|
|
||||||
* **Ubuntu/Debian/Mint:**
|
* **Ubuntu/Debian/Mint:**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user