Install GDAL in virtualenvwrapper environment
01:55 18 Aug 2015

I tried to install gdal (pip install gdal)in virtualenvwrapper environment but I got this error :

  error: command 'gcc' failed with exit status 1

  ----------------------------------------
  Failed building wheel for gdal
 Failed to build gdal

I tried also "pip install --no-install GDAL" but there is nooption --no-install

what should I do !?

python pip virtualenv gdal virtualenvwrapper