I am trying to install a Python library using pip, getting an SSL error:
pip
~/projects/base pre-master± pip install xdict Collecting xdict Co
To upgrade the local version I used a slight variant:
curl https://bootstrap.pypa.io/get-pip.py | python - --user
This problem arises if you keep your pip and packages under your home directory as described in this gist.