Skip to content

Instantly share code, notes, and snippets.

@litzomatic
Forked from markshust/gist:3204646
Created February 12, 2013 19:17
Show Gist options
  • Save litzomatic/4772509 to your computer and use it in GitHub Desktop.
Save litzomatic/4772509 to your computer and use it in GitHub Desktop.
# create symlink to solve missing directory on mountain lion
sudo ln -s /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain
# install mod with brew
brew install mod_wsgi
# add this line to httpd.conf and restart apache
LoadModule wsgi_module /usr/local/Cellar/mod_wsgi/3.3/libexec/mod_wsgi.so
sudo apachectl restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment