Installing pycurl on mac

user3264845 picture user3264845 · Feb 3, 2014 · Viewed 10.1k times · Source

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.

Answer

Mysterio Man picture Mysterio Man · Mar 19, 2014

Use one of the two methods

Method 1: sudo easy_install pycurl

Method 2: pip install pycurl