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 087d494 commit f9ab9e4Copy full SHA for f9ab9e4
getting-started/setup-building.rst
@@ -391,13 +391,13 @@ with **Homebrew**::
391
For Python 3.10 and newer::
392
393
$ PKG_CONFIG_PATH="$(brew --prefix tcl-tk)/lib/pkgconfig" \
394
- ./configure --with-pydebug --with-openssl=$(brew --prefix openssl)
+ ./configure --with-pydebug --with-openssl=$(brew --prefix openssl@1.1)
395
396
For Python versions 3.9 through 3.7::
397
398
$ export PKG_CONFIG_PATH="$(brew --prefix tcl-tk)/lib/pkgconfig"
399
$ ./configure --with-pydebug \
400
- --with-openssl=$(brew --prefix openssl) \
+ --with-openssl=$(brew --prefix openssl@1.1) \
401
--with-tcltk-libs="$(pkg-config --libs tcl tk)" \
402
--with-tcltk-includes="$(pkg-config --cflags tcl tk)"
403
0 commit comments