Advertisement
Guest User

Untitled

a guest
Jul 1st, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. brew install gmp
  2. brew install libffi
  3.  
  4. virtualenv ~/virtualenvs/streisand
  5. . ~/virtualenvs/streisand/bin/activate
  6.  
  7. pip install -U pip
  8. pip install -U setuptools
  9. env "CFLAGS=-I/usr/local/include -L/usr/local/lib" pip install pycrypto
  10. pip install ansible
  11. pip install boto
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement