Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@anl
Last active July 1, 2016 18:23
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 anl/df29b7efb4a506fbd09b349833b147db to your computer and use it in GitHub Desktop.
Save anl/df29b7efb4a506fbd09b349833b147db to your computer and use it in GitHub Desktop.
Installing streisand prereqs in a virtualenv on OS X
brew install gmp
brew install libffi
virtualenv ~/virtualenvs/streisand
. ~/virtualenvs/streisand/bin/activate
pip install -U pip
pip install -U setuptools
env "CFLAGS=-I/usr/local/include -L/usr/local/lib" pip install pycrypto
pip install ansible
pip install boto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment