I tried to install gdal (pip install gdal)in virtualenvwrapper environment but I got this error :
error: command \'gcc\' failed with exit status 1 ---------
On MacOS, first do brew install:
brew install gdal
Then do pip install:
pip install gdal