Skip to content

Instantly share code, notes, and snippets.

@Fizzadar
Last active February 1, 2016 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Fizzadar/48fb4e730b70222cd441 to your computer and use it in GitHub Desktop.
Save Fizzadar/48fb4e730b70222cd441 to your computer and use it in GitHub Desktop.
uWSGI install on OSX
# Sick of OSX bullshit
# `brew link openssl --force` first
LDFLAGS="-L/usr/local/opt/openssl/lib" LIBRARY_PATH=/usr/local/lib pip install uwsgi -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment