Re: How to make python pick up my new-and-shiny openssl shared object

2018-08-08 Thread Fetchinson . via Python-list
On 8/8/18, Christian Heimes wrote: > On 2018-08-08 00:07, Fetchinson . via Python-list wrote: >> The highest version of openssl available on my system is 1.0.0 which >> is not good enough for pip these days (or github for that matter). So >> I've installed 1.1.0 to a custom location /home/fetch/op

Re: How to make python pick up my new-and-shiny openssl shared object

2018-08-07 Thread Christian Heimes
On 2018-08-08 00:07, Fetchinson . via Python-list wrote: > The highest version of openssl available on my system is 1.0.0 which > is not good enough for pip these days (or github for that matter). So > I've installed 1.1.0 to a custom location /home/fetch/opt. But if I do > > import ssl > ssl.OPEN

How to make python pick up my new-and-shiny openssl shared object

2018-08-07 Thread Fetchinson . via Python-list
The highest version of openssl available on my system is 1.0.0 which is not good enough for pip these days (or github for that matter). So I've installed 1.1.0 to a custom location /home/fetch/opt. But if I do import ssl ssl.OPENSSL_VERSION it still shows me that it is using the system default 1.