Skip to content

Instantly share code, notes, and snippets.

@dtanham
Created May 10, 2014 10:18
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 dtanham/c9be2d1693e1118ab67b to your computer and use it in GitHub Desktop.
Save dtanham/c9be2d1693e1118ab67b to your computer and use it in GitHub Desktop.
Self-signing python to prevent OS X application firewall popping up
# Thanks to: http://darklaunch.com/2014/02/02/fix-do-you-want-the-application-python-to-accept-incoming-network-connections
. venv/bin/activate
codesign -s "Personae Dev Cert" -f $(which python)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment