Created
June 4, 2014 10:18
-
-
Save teppeis/3d6abdc450ccc730ccaf to your computer and use it in GitHub Desktop.
Install cmigemo and pymigemo for Mac OS Marvericks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Update MacOSX 10.9.3 and Xcode 5.1.1 | |
# http://stackoverflow.com/questions/22313407/clang-error-unknown-argument-mno-fused-madd-python-package-installation-fa | |
brew install cmigemo | |
curl -O http://www.atzm.org/etc/files/pymigemo/pymigemo-0.4.tar.gz | |
# sudo easy_install pip | |
sudo LDFLAGS="-L/usr/local/Cellar/cmigemo/20110227/lib" CFLAGS="-I/usr/local/Cellar/cmigemo/20110227/include" pip install pymigemo-0.4.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment