Created
April 16, 2012 12:19
-
-
Save bartdag/2398346 to your computer and use it in GitHub Desktop.
Building uwsgi with python from homebrew
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
export CFLAGS="-Os -w -pipe -march=core2 -msse4 -arch x86_64" | |
export LDFLAGS="-arch x86_64" | |
pip install uwsgi-1.2-rc1.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment