mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-16 07:13:53 -05:00
Added build solution for arch linux
@@ -116,7 +116,13 @@ CFLAGS=-I/usr/include/openssl \
|
|||||||
LDFLAGS=-L/usr/lib64 \
|
LDFLAGS=-L/usr/lib64 \
|
||||||
pyenv install -v 3.4.3
|
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:
|
* Alternatively, if you installed openssl with macports, use the following paths:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
Reference in New Issue
Block a user