Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Upgrading Python

Tom Cornall edited this page Mar 16, 2017 · 6 revisions

Using homebrew to install Python 2.7.10 with OpenSSL 1.0.2h

$ brew update

$ brew install openssl

$ brew link openssl --force 

$ brew install python --with-brewed-openssl 

Now you should see the new versions:

$ python --version  
Python 2.7.10

$ python -c "import ssl; print ssl.OPENSSL_VERSION"
OpenSSL 1.0.2h 3 Mar 2016

Reinstall LemonSync:

[sudo] pip uninstall lemonsync
[sudo] pip install lemonsync

For support:

Email: support@lemonstand.com

Clone this wiki locally