1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-15 14:53:53 -05:00

Reverting my changes because it didn't work

Siddharth Pai
2017-08-07 23:43:47 +05:30
parent ac237a182b
commit b1011120a4

@@ -116,13 +116,7 @@ CFLAGS=-I/usr/include/openssl \
LDFLAGS=-L/usr/lib64 \
pyenv install -v 3.4.3
```
or (checked on ArchLinux):
```sh
export CFLAGS=-I/usr/include/openssl \
export LDFLAGS=-L/usr/lib64 \
pyenv install -v 3.4.3
```
* Alternatively, if you installed openssl with macports, use the following paths:
```sh