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 92c86b7 commit 2555466Copy full SHA for 2555466
markdown/asdf.md
@@ -5,6 +5,9 @@
5
```bash
6
xcode-select --install
7
brew install openssl readline sqlite3 xz zlib tcl-tk
8
+
9
+ # if `--disable-ipv6` error is raised during compilation
10
+ # export PYTHON_CONFIGURE_OPTS="--disable-ipv6"
11
```
12
* WSL/Ubuntu Linux dependencies
13
0 commit comments