Last active
July 1, 2016 18:23
-
-
Save anl/df29b7efb4a506fbd09b349833b147db to your computer and use it in GitHub Desktop.
Installing streisand prereqs in a virtualenv on OS X
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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