Skip to content Skip to sidebar Skip to footer

Python - Enable TLS1.2 On OSX

I have a virtualenv environment running python 3.5 Today, when I booted up my MacBook, I found myself unable to install python packages for my Django project. I get the following e

Solution 1:

Here is the fix:

curl https://bootstrap.pypa.io/get-pip.py | python

Execute from within the appropriate virtual environment.


Post a Comment for "Python - Enable TLS1.2 On OSX"