I am trying to install python virtualenv on my mac, but every time I do:
$ pip install virtualenv
I get:
Collecting virtualenv
Could not fetch URL https://pypi.python.org/simple/virtualenv/: There was a problem confirming the ssl certificate: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:661) - skipping
Could not find a version that satisfies the requirement virtualenv (from versions: )
No matching distribution found for virtualenv
I've been through a lot of pages reading and trying stuff, but none of those solved the problem. So I decided to ask here.
Have you guys been there? What did you do to get it installed and working?