We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2555466 commit 9e33738Copy full SHA for 9e33738
markdown/asdf.md
@@ -4,10 +4,14 @@
4
* macOS Dependencies
5
```bash
6
xcode-select --install
7
- brew install openssl readline sqlite3 xz zlib tcl-tk
+ brew install gettext openssl readline sqlite3 xz zlib tcl-tk
8
9
- # if `--disable-ipv6` error is raised during compilation
+ # `--disable-ipv6` error
10
# export PYTHON_CONFIGURE_OPTS="--disable-ipv6"
11
+
12
+ # set compile flags for c++ and ld
13
+ # pyenv doctor
14
+ # CPPFLAGS="-I$(brew --prefix openssl)/include -I$(xcrun --show-sdk-path)/usr/include" LDFLAGS="-L$(brew --prefix openssl)/lib"
15
```
16
* WSL/Ubuntu Linux dependencies
17
0 commit comments