Skip to content

Instantly share code, notes, and snippets.

View workmajj's full-sized avatar

John J. Workman workmajj

View GitHub Profile
@workmajj
workmajj / brubeck-install.sh
Created September 18, 2011 22:40
Basic OS X install script for Brubeck.
#!/usr/bin/env sh
# Brubeck install script cribbed from: http://brubeck.io/installing.html
# Version numbers and directories.
ZMQ_VERSION="2.1.9"
VIRTUALENVWRAPPER_SH="/usr/local/bin/virtualenvwrapper.sh"
VIRTUALENV_NAME="brubeck"