Skip to content

Instantly share code, notes, and snippets.

@chzyer
Created January 11, 2013 05:59
Show Gist options
  • Save chzyer/4508302 to your computer and use it in GitHub Desktop.
Save chzyer/4508302 to your computer and use it in GitHub Desktop.
提示command ‘gcc’ failed with exit status 1的解决方法

备忘 在执行sudo easy_install mysql-python的时候提示这个

command 'gcc' failed with exit status 1

解决方法,

sudo apt-get install python-dev
sudo apt-get install build-essential
sudo apt-get install libevent-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment