I am trying to install Python 3.5.1 according to these instructions:
http://thomas-cokelaer.info/blog/2014/08/installing-another-python-version-into-virtualenv/
I have: OS X 10.11.3, no Homebrew. Installed Xcode. Xcode command line tools installed.
Everything is going well until make install
it starts for a while. Then it completes with this:
if test "xupgrade" != "xno" ; then \
case upgrade in \
upgrade) ensurepip="--upgrade" ;; \
install|*) ensurepip="" ;; \
esac; \
./python.exe -E -m ensurepip \
$ensurepip --root=/ ; \
fi
Ignoring ensurepip failure: pip 7.1.2 requires SSL/TLS
I searched for a long time, and all I can find is instructions for Homebrew or for Apache or other servers. I understand that I need to get SSL / TLS on my system, but I'm out of luck.
, , Homebrew , , , CS, , , Homebrew.