1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 07:13:53 -05:00

added openssl version -d

Dr. Hanan Shteingart
2023-12-12 20:30:43 +02:00
parent e8072f4485
commit 23dfa671fd

@@ -181,6 +181,7 @@ sudo apt install zlib1g zlib1g-dev libssl-dev libbz2-dev libsqlite3-dev
### 1. **OpenSSL is installed to an uncommon location.**
Pass the location of its headers and libraries explicitly:
(the openssl folder can be found by running `openssl version -d`)
```sh
CPPFLAGS="-I<openssl install prefix>/include" \