Installing pycurl on mac

libcurl, pycurl, python

Solution

Use one of the two methods

Method 1: sudo easy_install pycurl

Method 2: pip install pycurl

Problem

I am very new to python and need help installing the pycurl library on my machine. I am running python 2.7 at the moment. A brief tutorial would be much appreciated.

Original source