Skip to content
This repository was archived by the owner on Jul 11, 2022. It is now read-only.

Commit 24603de

Browse files
author
Yuri Shkuro
committed
Fix pycurl install advice
Signed-off-by: Yuri Shkuro <[email protected]>
1 parent 73ea288 commit 24603de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ It can be fixed with:
3737
pip uninstall pycurl
3838
export LDFLAGS="-L/usr/local/opt/openssl/lib"
3939
export CPPFLAGS="-I/usr/local/opt/openssl/include"
40-
pip install --no-cache-dir --compile --ignore-installed --install-option="--with-openssl" pycurl
40+
export PYCURL_SSL_LIBRARY=openssl
41+
pip install --no-cache-dir --compile --ignore-installed --install-option="--with-openssl" --install-option="--openssl-dir=/usr/local/opt/openssl" pycurl
4142
```
4243

4344
## Making A Change

0 commit comments

Comments
 (0)